
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
extend type Query {
config: Config!
}
type Config {
projectName: String!
menu: JSON!
theme: JSON!
}