GraphQL
Features
- self-documenting API
- three operation types:
- queries
- mutations
- subscriptions
- use cases:
- Small, incremental changes to large objects.
- Low-latency, real-time updates.
- use cases:
Schema
- "the three most common formats for representing a GraphQL schema...
- The GraphQL Schema Definition Language, or SDL
- The GraphQL introspection query result
- The GraphQL.js GraphQLSchema object" 1
References
Footnotes
https://www.apollographql.com/blog/backend/schema-design/three-ways-to-represent-your-graphql-schema/˄
Backlinks