Skip to content

Instantly share code, notes, and snippets.

@quiaro
Created November 6, 2017 06:13
Show Gist options
  • Select an option

  • Save quiaro/167ded93424a0dade6277b3593228044 to your computer and use it in GitHub Desktop.

Select an option

Save quiaro/167ded93424a0dade6277b3593228044 to your computer and use it in GitHub Desktop.
user type - Graphcool with Auth0
type User @model {
# Required system field:
id: ID! @isUnique # read-only (managed by Graphcool)
# Optional system fields (remove if not needed):
createdAt: DateTime! # read-only (managed by Graphcool)
updatedAt: DateTime! # read-only (managed by Graphcool)
email: String
auth0UserId: String @isUnique
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment