Skip to content

Instantly share code, notes, and snippets.

@meshboy
Created December 1, 2018 01:36
Show Gist options
  • Select an option

  • Save meshboy/429e6bebeecfea643b7757555b84515c to your computer and use it in GitHub Desktop.

Select an option

Save meshboy/429e6bebeecfea643b7757555b84515c to your computer and use it in GitHub Desktop.
type User {
id: ID!
email: String!
name: String!
token: String
recipes: [Recipe]!
createdAt: String!
updatedAt: String!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment