Created
April 30, 2020 19:43
-
-
Save a7v8x/4fdce8c155b2454d18de849270fec0ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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