Skip to content

Instantly share code, notes, and snippets.

@a7v8x
Created April 30, 2020 19:43
Show Gist options
  • Save a7v8x/4fdce8c155b2454d18de849270fec0ea to your computer and use it in GitHub Desktop.
Save a7v8x/4fdce8c155b2454d18de849270fec0ea to your computer and use it in GitHub Desktop.
enum SourceEnum {
ARTICLE
HOME_PAGE
}
type Subscription {
id: ID!
email: String!
source: SourceEnum!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment