graphql-js
graphql-js copied to clipboard
docs: add error and schema management guides
Adds last TWO guides for the GraphQL production guide improvements:
- guide 1 is on error handling and debugging + includes format errors, custom error types, debugging production issues, and error recovery
- guide 2 is on schema management + covers schema evolution and governance w/ versioning safely, detecting breaking changes, deprecation workflows, governance processes, and other considerations