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

graphql.report.graphqls Maven / Gradle / Ivy

There is a newer version: 1.17.6
Show newest version
extend type Query {
    reports:                     [Report]!
}

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy