-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Description
Related:
- [RFC] Add Schema Definition to IDL [RFC] Add Schema Definition to IDL. graphql/graphql-js#325
- [RFC] GraphQL IDL additions [RFC] GraphQL Schema Definition Language (SDL) graphql/graphql-spec#90
Example
schema {
query: Root
}
type Root {
users: [User]
}
type User {
name: String
}
Metadata
Metadata
Assignees
Labels
No labels