Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
re-created @ardatan's #1225 PR, as things got kinda tricky post typescript migration and removing the watchman
About endpoint
In new GraphQL Config, there is no extension called endpoint so all sources of schema are defined as
schema
in GraphQL Config file.Related #1204 (comment) and #1191
This alpha version of GraphQL Config supports GraphQL-js v15. We're testing our graphql-toolkit which has core logic in the CLI for both v14 and v15 in the CI.
https://github.com/ardatan/graphql-toolkit/pull/403/checks?check_run_id=387927623
Related #920
Also user can add their own custom schema loaders in two different ways;
or the developer can add their loaders in the library code;
More info; https://graphql-config.com/docs/loaders'
Related #1118
Let's say you have some custom extensions in your configuration file;
You can get like below