refactored loadMaterials vuex mixins with graphql
This commit is contained in:
@@ -2,6 +2,10 @@ extend type Query {
|
||||
materiau(id: Int!): Materiau
|
||||
}
|
||||
|
||||
extend type Query {
|
||||
materiaux(ids: [Int]): [Materiau]
|
||||
}
|
||||
|
||||
extend type Query {
|
||||
article(id: Int!): Article
|
||||
}
|
||||
|
Reference in New Issue
Block a user