plugin-graphql icon indicating copy to clipboard operation
plugin-graphql copied to clipboard

Some improvements I made

Open stevefan1999-personal opened this issue 4 years ago • 0 comments

Well this is originally for #147, that since Hasura released its v1.3.0 it had beta support for Relay-styled query, so using ConnectionMode.EDGES almost worked out of the box! The problem is I cannot seem to totally refactor to support logical queries (AND, OR, EQ, GT, etc.), but most other things I found that are problematic were fixed to a certain degree, and although the test suite almost passes (what is that last one skipped suite), the coverage is drastically reduced to 94%. I haven't made more tests to the new changes too but I think it is not quite necessary.

stevefan1999-personal avatar Jul 28 '20 17:07 stevefan1999-personal