Skip to content

Instantly share code, notes, and snippets.

@goatandsheep
Created November 30, 2018 17:05
Show Gist options
  • Save goatandsheep/7daa407ed65fbd0e6b4b0d829a0b093a to your computer and use it in GitHub Desktop.
Save goatandsheep/7daa407ed65fbd0e6b4b0d829a0b093a to your computer and use it in GitHub Desktop.
types Mutation {
updateChild( childId: ID!, parentId: ID!, firstname: String, lastname: String,): Child
}
type Subscription {
onUpdateChild(parentId: ID!, childId: ID!): Child
@aws_subscribe(mutations: ["updateChild"])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment