https://github.com/renzocarara/graphql-apollo-app
esercizio su GraphQL+Apollo. L'app non fa nulla se non una banalissima query GraphQL (tramite Apollo) per chiedere dei dati da visualizzare che stanno su un Prisma Demo Server che espone delle GraphQL API (query e mutation autogenerate in fase di setup del server)
https://github.com/renzocarara/graphql-apollo-app
apollo graphql prisma vue
Last synced: 4 months ago
JSON representation
esercizio su GraphQL+Apollo. L'app non fa nulla se non una banalissima query GraphQL (tramite Apollo) per chiedere dei dati da visualizzare che stanno su un Prisma Demo Server che espone delle GraphQL API (query e mutation autogenerate in fase di setup del server)
- Host: GitHub
- URL: https://github.com/renzocarara/graphql-apollo-app
- Owner: renzocarara
- Created: 2020-09-30T20:19:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T17:15:18.000Z (over 4 years ago)
- Last Synced: 2025-01-11T15:18:25.912Z (5 months ago)
- Topics: apollo, graphql, prisma, vue
- Language: JavaScript
- Homepage: https://graphql-apollo.netlify.app/
- Size: 254 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-gql-apo
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).