Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okbel/png
Repo para la charla de `Probablemente necesites GraphQL`
https://github.com/okbel/png
Last synced: 23 days ago
JSON representation
Repo para la charla de `Probablemente necesites GraphQL`
- Host: GitHub
- URL: https://github.com/okbel/png
- Owner: okbel
- Created: 2017-04-05T20:00:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:43:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T18:24:21.483Z (about 1 month ago)
- Size: 38.1 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Probablemente necesites GraphQL
Este repo está basado en la charla `Probablemente necesites GraphQL`--------
## Ejemplos:
### Minimal
Contiene lo minimo para empezar un server con GraphQL usando Express1. Corré: `npm run minimal` o `yarn minimal`
2. El servidor ya está corriendo en localhost. `http://localhost:3000/?query=%7B%0A%20%20hello%0A%7D`
❤️ Creado por Belen Curcio @okbel