Skip to content

Instantly share code, notes, and snippets.

@sericaia
Created January 18, 2019 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sericaia/9969bbaee7940c0d6ed4a84cdcab77e7 to your computer and use it in GitHub Desktop.
Save sericaia/9969bbaee7940c0d6ed4a84cdcab77e7 to your computer and use it in GitHub Desktop.
Query {
employee(email: String!): Employee
employee(slackId: String!): Employee
employees(filter: String): [Employee]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment