graphql Article donne

This commit is contained in:
2020-12-16 16:53:07 +01:00
parent 2739df96e2
commit 1dcd627cab
3 changed files with 183 additions and 21 deletions

View File

@@ -5,3 +5,15 @@ extend type Query {
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
}