Schema Definition Language
← Back to GraphQL Core Concepts
The language used to define GraphQL schemas, specifying types, fields, queries, mutations, and subscriptions. SDL is human-readable and serves as both documentation and the contract between client and server.