Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Remove package merge-graphql-schemas and substitute with simple string concatonation #32

Open
asishallab opened this issue May 25, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@asishallab
Copy link
Member

The schema of our GraphQL application is spread over several independent modules. Each of these defines its part of the schema as a string which then is exported. These strings need to be concatonated into a single string which then is provided to GraphQL as the schema.

There is no need to use the package 'merge-graphql-schemas'. Remove it and use string concatonation.

@asishallab asishallab added the enhancement New feature or request label May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants