graphql-loader
graphql-loader copied to clipboard
Support multiple operations per module
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?