GraphQL - Mutations
Given this mutation call:
What fields will be returned in the response?
mutation { createPost(title: "Hello", content: "World") { id title } }What fields will be returned in the response?
