added working graphql 4 module and started materio_graphql
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
extend type Query {
|
||||
materiau(id: Int!): Materiau
|
||||
}
|
||||
|
||||
extend type Mutation {
|
||||
createMateriau(data: MateriauInput): MateriauResponse
|
||||
}
|
Reference in New Issue
Block a user