Skip to content

Instantly share code, notes, and snippets.

@dmennis
Last active April 23, 2018 16:42
Show Gist options
  • Save dmennis/0f82d0f216ad42d811548d42ba191735 to your computer and use it in GitHub Desktop.
Save dmennis/0f82d0f216ad42d811548d42ba191735 to your computer and use it in GitHub Desktop.
type Settings {
theme: String
displayName: String
signature: String
requestAlert: Boolean
}
type Query {
getSettings: Settings!
}
type Mutation {
storeSettings(settings: Settings!): Settings!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment