mutation { insertPost (data: {id: 123, title: "new post"}) { id title } }
Please refer to Mutations for more examples.
← Queries Batching →