Skip to content

Instantly share code, notes, and snippets.

@tmeasday
Last active March 19, 2017 05:10
type User {
email: String!
hasGitHubToken: Boolean!
hasTrelloToken: Boolean!
tasks(state: TaskState): [Task!]! @hasMany(as: "owner")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment