Created
August 6, 2020 20:27
-
-
Save fakenickels/7d3a42f6cc9b368cb1792f9e02edbc9c to your computer and use it in GitHub Desktop.
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
[@graphql.deriving] | |
type user = { | |
[@graphql.description "Nome do usuário"] | |
name: int, | |
age: string | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment