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

graphql.report.graphqls Maven / Gradle / Ivy

The newest version!
extend type Query {
    reports:                     [Report]!
}

type Report {
    id:                         ID!
    title:                      String!
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy