Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Can we load multiple GraphQL queries/mutation from one file ... #17

Open
dlobo opened this issue Jun 4, 2020 · 0 comments
Open

Can we load multiple GraphQL queries/mutation from one file ... #17

dlobo opened this issue Jun 4, 2020 · 0 comments

Comments

@dlobo
Copy link

dlobo commented Jun 4, 2020

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant