graphql.common.graphqls Maven / Gradle / Ivy
The newest version!
input Range {
start: Int!
count: Int!
}
type ContentRef {
id: ID!
filename: String
contentType: String
}
input Range {
start: Int!
count: Int!
}
type ContentRef {
id: ID!
filename: String
contentType: String
}