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

graphql.config.graphqls Maven / Gradle / Ivy

extend type Query {
    config: Config!
}

type Config {
    projectName: String!
    menu:        JSON!
    theme:       JSON!
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy