Skip to content

Instantly share code, notes, and snippets.

@peaonunes
Last active October 9, 2018 02:34
Show Gist options
  • Select an option

  • Save peaonunes/860b6d2fb7aece63154d229d1cff9d54 to your computer and use it in GitHub Desktop.

Select an option

Save peaonunes/860b6d2fb7aece63154d229d1cff9d54 to your computer and use it in GitHub Desktop.
type Query {
enabledFeatures: [Feature!]!
}
type Feature {
name: String!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment