Skip to content

Instantly share code, notes, and snippets.

@fakenickels
Created August 6, 2020 20:27
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 fakenickels/7d3a42f6cc9b368cb1792f9e02edbc9c to your computer and use it in GitHub Desktop.
Save fakenickels/7d3a42f6cc9b368cb1792f9e02edbc9c to your computer and use it in GitHub Desktop.
[@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