We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf7bbb commit 78f204fCopy full SHA for 78f204f
2 files changed
README.md
@@ -26,7 +26,7 @@ Strawberry é uma biblioteca de GraphQL para Python que utiliza anotações de t
26
- Escalabilidade: A estrutura GraphQL facilita a adição de novos tipos de dados sem alterar a lógica existente.
27
28
29
-### Versão: 1.2.12
+### Versão: 1.2.14
30
31
#### Para mais informações sobre:
32
* https://www.redhat.com/pt-br/topics/api/what-is-graphql
core/main.py
@@ -20,8 +20,6 @@
20
routes(app)
21
22
23
-
24
25
"""
Organizar todas as rotas e adicionar descricao
Melhorar CRUD
0 commit comments