Skip to content

Instantly share code, notes, and snippets.

@dbayarchyk
Created September 22, 2019 10:50
Show Gist options
  • Save dbayarchyk/92318fce17e59296fabb490ecedb0e96 to your computer and use it in GitHub Desktop.
Save dbayarchyk/92318fce17e59296fabb490ecedb0e96 to your computer and use it in GitHub Desktop.
Improve your GraphQL schema with the Relay Specification - extendedRemovePostPayload.gql
type RemovePostPayload {
removedPost: Post
removedComments: CommentConnection
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment