Use Case:
Creating crud and search interfaces for a DB table. The absinthe schema types, resolvers, context API, tests are all in one file for all the operations (each of them is in their own file)
However the graphql is now in 5 files (list languages, get a language, create/update/delete). can we collapse them into one file and call them via function names, like graphiql
happy to take a crack at it, if you let me know where to start
thanx for creating an awesome package. makes testing a lot easier.
Use Case:
Creating crud and search interfaces for a DB table. The absinthe schema types, resolvers, context API, tests are all in one file for all the operations (each of them is in their own file)
However the graphql is now in 5 files (list languages, get a language, create/update/delete). can we collapse them into one file and call them via function names, like graphiql
happy to take a crack at it, if you let me know where to start
thanx for creating an awesome package. makes testing a lot easier.