Skip to content

Instantly share code, notes, and snippets.

@LazyFatArrow
Created March 10, 2019 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LazyFatArrow/2d959da7ad18c5525ee11cd45fb352fe to your computer and use it in GitHub Desktop.
Save LazyFatArrow/2d959da7ad18c5525ee11cd45fb352fe to your computer and use it in GitHub Desktop.
import gql from 'graphql-tag'
export const PERSON_CREATED = gql`
subscription PersonCreated {
personCreated {
id
name
}
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment