frist graphql query to materio_graphql schema is working
going to refactor every thing with graphql
This commit is contained in:
@@ -2,6 +2,6 @@ extend type Query {
|
||||
materiau(id: Int!): Materiau
|
||||
}
|
||||
|
||||
extend type Mutation {
|
||||
createMateriau(data: MateriauInput): MateriauResponse
|
||||
extend type Query {
|
||||
article(id: Int!): Article
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user