materio-d9/web/modules/custom/materio_graphql/graphql/materio_extension.extension.graphqls
2020-12-10 22:46:27 +01:00

8 lines
105 B
GraphQL

extend type Query {
materiau(id: Int!): Materiau
}
extend type Query {
article(id: Int!): Article
}