GraphQL Type System
← Back to GraphQL
Scalar, Object, Enum, Interface, Union, and Input types. The strongly-typed schema serves as a contract between client and server, enabling validation, introspection, and tooling like auto-complete and documentation generation.
Key Properties
Related
- GraphQL Core Concepts (schema uses types)