Skip to content

Instantly share code, notes, and snippets.

@lightsofapollo
Created April 26, 2018 23:36
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 lightsofapollo/69196b2bd4d7204464a716da5b94fee3 to your computer and use it in GitHub Desktop.
Save lightsofapollo/69196b2bd4d7204464a716da5b94fee3 to your computer and use it in GitHub Desktop.
type User {
name: String!
@required
@string(min: 5)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment