Skip to content

Instantly share code, notes, and snippets.

@dbayarchyk
Last active September 22, 2019 09:42
Show Gist options
  • Save dbayarchyk/3f181302055b9213b2c447979c081ac8 to your computer and use it in GitHub Desktop.
Save dbayarchyk/3f181302055b9213b2c447979c081ac8 to your computer and use it in GitHub Desktop.
Improve your GraphQL schema with the Relay Specification - removePostSchema.gql
type Mutation {
removePost(id: ID!): Post
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment