OxfordAbstracts / purescript-graphql-client

Typesafe graphql client for purescript
43 stars 6 forks source link

Remove ArgGql instances from schema gen. #102

Open roryc89 opened 2 years ago

roryc89 commented 2 years ago

They can be handled by instance chaining instead. This will mean less schema gen and less of the schema will depend on the lib data types.