Mutation
The root query for implementing GraphQL mutations. Mutations are operations that change or update data on the server
GraphQL schema definition
- type Mutation {
- AdminMutation :
- HotelXMutation :
- MappeaMutation :
- PaymentXMutation :
- }
The root query for implementing GraphQL mutations. Mutations are operations that change or update data on the server