An open API service indexing awesome lists of open source software.

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)

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/).