We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e7f8c commit be010cfCopy full SHA for be010cf
README.md
@@ -4,6 +4,9 @@
4
5
Este é um tutorial básico de implemetação de um servidor que expôe uma API em GraphQL para frontend fazer um CRUD de usuário.
6
7
+## Post no blog
8
+
9
+[https://www.tgmarinho.com/introducao_ao_graphql_com_nodejs_e_mongodb/](https://www.tgmarinho.com/introducao_ao_graphql_com_nodejs_e_mongodb/)
10
11
## Configurar
12
@@ -28,7 +31,7 @@ ou
28
31
4. npm start
29
32
```
30
33
-Abra a url [http://localhost:4000/](http://localhost:4000/) e comece a bricar:
34
+Abra a url [http://localhost:4000/](http://localhost:4000/) e comece a brincar:
35
36
37
Queries and Mutations nammed.
0 commit comments