graphql-go / graphql-go/graphql
How do I change the schema based on the queries ?
Open
question
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 845
- PR merge metrics
- No merged PRs in 30d
Description
If there is a graphQl schema which resolves it's queries by fetching data from a Mongodb, how can changes be made to the code so that even if there is a new field in the mongodb collections and user queries for it, that field is fetched from the database without throwing an error ?
Contributor guide
Assessment
This issue has not been assessed yet.