All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.main.graphqls Maven / Gradle / Ivy

There is a newer version: 1.17.6
Show newest version
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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy