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

graphql.common.graphqls Maven / Gradle / Ivy

The newest version!
input Range {
    start: Int!
    count: Int!
}

type ContentRef {
    id:          ID!
    filename:    String
    contentType: String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy