samsarahq/graphql-loader

Support multiple operations per module

simoneb opened this issue · 0 comments

It would be nice to support multiple operations (queries/mutations) per module, which get exported as named exports for instance. The loader included in the graphql-tag package supports this. How difficult would it be do have it?