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

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
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy