hasura / hasura/graphql-engine
Stored Introspection for Cloud
Open
k/enhancement
public-roadmap
t/gql-services
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
## Feature Description
When a data source or remote schema is unavailable for introspection, then use a cached/stored copy of it to generate the GraphQL schema instead of marking it inconsistent.
## User value / outcome
We provide higher availability for the schema by trading off for consistency. This is valuable in most situations as temporary failures of introspection would not make the source completely inconsistent.
## Current status (design, alpha, beta etc.)
Design
## Resources (e.g. RFCs)
Relates to https://github.com/hasura/graphql-engine/issues/8396
Contributor guide
Assessment
This issue has not been assessed yet.