Files
materio-d9/web/modules/custom/materio_graphql/graphql/materio_extension.extension.graphqls
T
2020-12-16 16:53:07 +01:00

20 lines
259 B
GraphQL

extend type Query {
materiau(id: Int!): Materiau
}
extend type Query {
article(id: Int!): Article
}
extend type Query {
showroom(id: Int!): Showroom
}
extend type Query {
tag(id: Int!): Tag
}
extend type Query {
thesaurus(id: Int!): Thesaurus
}