Skip to content

Instantly share code, notes, and snippets.

@rajinwonderland
Created January 30, 2019 00:45
Show Gist options
  • Save rajinwonderland/491e561fbf86006cb69ffff7c7a2878f to your computer and use it in GitHub Desktop.
Save rajinwonderland/491e561fbf86006cb69ffff7c7a2878f to your computer and use it in GitHub Desktop.
Created from doculet
.enums.graphql
[source, graphql ]
----
enum SortBy {
relevancy
popularity
publishedAt
}
enum Category {
all
business
entertainment
general
health
science
sports
technology
}
enum Country {
all ae ar at au be bg br ca ch cn co cu cz de eg fr gb gr hk hu id ie il in it jp kr lt lv ma mx my ng nl no nz ph pl pt ro rs ru sa se sg si sk th tr tw ua us ve za
}
enum Language {
all ar de en es fr he it nl no pt ru se ud zh
}
----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment