Skip to content

Instantly share code, notes, and snippets.

@callebdev
Last active May 6, 2020 14:25
Show Gist options
  • Save callebdev/5af592e01fecfce8043241d20dd36e77 to your computer and use it in GitHub Desktop.
Save callebdev/5af592e01fecfce8043241d20dd36e77 to your computer and use it in GitHub Desktop.
This is a json file for an article that I'm writing
type Pessoa {
id: ID!
nome: String
anoDeNascimento: String
peso: Float
altura: Float
genero: String
corDosOlhos: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment