Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Prev Previous commit
Next Next commit
Update docs/docs/using-fragments.md
Co-Authored-By: Jessé Souza <jesse.neto@ccc.ufcg.edu.br>
  • Loading branch information
fbandeirac and jessescn authored Jan 3, 2020
commit 777647e1a88ac57e3b4d099cf2ef1fdc3242d5dc
2 changes: 1 addition & 1 deletion docs/docs/using-fragments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Fragmentos permitem a reutilização de consultas GraphQL. Elas também permitem
Aqui temos um exemplo de fragmento:

```graphql
fragment NomeDoFragmento on NomeDoTipo {
fragment FragmentName on TypeName {
campo1
campo2
}
Expand Down