read query { posts { id created } } write mutation { addPost(postInput: {id: "id1", created: "created1"}) { id created } }