import gql from 'graphql-tag' | |
export const OPTION_VOTED = gql` | |
subscription OptionVoted { | |
optionVoted { | |
id | |
votes | |
} | |
} | |
` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
import gql from 'graphql-tag' | |
export const OPTION_VOTED = gql` | |
subscription OptionVoted { | |
optionVoted { | |
id | |
votes | |
} | |
} | |
` |