Skip to content

Instantly share code, notes, and snippets.

@a7v8x
Last active October 5, 2017 19:05
Show Gist options
  • Save a7v8x/3093a276bfc950259146da397a27eb24 to your computer and use it in GitHub Desktop.
Save a7v8x/3093a276bfc950259146da397a27eb24 to your computer and use it in GitHub Desktop.
type User {
id: ID!
username: String!
email: String
phone: String
firstName: String
lastName: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment