Last active
May 6, 2020 14:25
-
-
Save callebdev/5af592e01fecfce8043241d20dd36e77 to your computer and use it in GitHub Desktop.
This is a json file for an article that I'm writing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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