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

Merge schemas by simple string concatonation #39

Open
asishallab opened this issue Jul 2, 2020 · 0 comments
Open

Merge schemas by simple string concatonation #39

asishallab opened this issue Jul 2, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@asishallab
Copy link
Member

Currently graphql schemas generated for each data model separately and the global schema are merged using a now deprecated package. See utils/merge-schemas.js.

Actually each schema is represented as just a String. The final schema can be generated by string concatonation. Get rid of the deprecated package and use simple string concatonation.

@asishallab asishallab added the enhancement New feature or request label Jul 2, 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