You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: