graphql.main.graphqls Maven / Gradle / Ivy
scalar JSON
scalar Upload
scalar DateTime
schema {
query: Query
mutation: Mutation
}
type Query {
# extended in category-specific schema files
}
type Mutation {
# extended in category-specific schema files
}
type Subscription {
# extended in category-specific schema files
}