graphql Article donne
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user