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

graphql.document.graphqls Maven / Gradle / Ivy

There is a newer version: 1.17.6
Show newest version
extend type Query {
    documents(filter: String, range: Range!): [Document!]!
    documentsCount(filter: String):           Int!
}

type Document {
    id:                         ID!
    title:                      String
    filename:                   String!
    type:                       String!
    creator:                    User
    createdAt:                  DateTime
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy