Skip to content

Instantly share code, notes, and snippets.

@Akryum
Created March 12, 2019 14:59
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 Akryum/74471ad4789e4fcde6e072ea0605c62b to your computer and use it in GitHub Desktop.
Save Akryum/74471ad4789e4fcde6e072ea0605c62b to your computer and use it in GitHub Desktop.
"""
Some user.
"""
type User implements Entity {
id: ID!
email: String!
organization: Organization!
"""
Teams of the user.
"""
teams: [UserTeam!]!
"""
If block, user can't login.
"""
blocked: Boolean!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment