Skip to content

Instantly share code, notes, and snippets.

@DanyF-github
Created January 8, 2021 10:40
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 DanyF-github/0c1b05d30fc56a30dabca53a71427011 to your computer and use it in GitHub Desktop.
Save DanyF-github/0c1b05d30fc56a30dabca53a71427011 to your computer and use it in GitHub Desktop.
type Student {
phoneNumber: String!
firstName: String!
lastName: String!
}
type Homework {
uuid: String!
description: String!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment