Suppose I have a graphql doc like this
type Project { id: ID! isStarred: Boolean! } Mutation { starProject(projectId: ID!): Boolean! }