https://github.com/kenpusney/graphql-intro
GraphQL Intro workshop
https://github.com/kenpusney/graphql-intro
Last synced: 10 months ago
JSON representation
GraphQL Intro workshop
- Host: GitHub
- URL: https://github.com/kenpusney/graphql-intro
- Owner: kenpusney
- Created: 2019-03-21T11:34:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T11:41:16.000Z (almost 7 years ago)
- Last Synced: 2024-12-01T04:21:37.991Z (about 1 year ago)
- Language: Java
- Size: 161 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL in Practice
## Up & Running
Linux or Mac
```shell
./gradlew bootRun
```
Windows
```
gradlew bootRun
```
## Concept
- Schema
- Query
### Schema
- Types
- Type
- Input
- Scalar
- Query
- Mutation
### Query
- Query
- Mutation
- Alias
# Ecosystem
## Frontend
- Apollo GraphQL https://www.apollographql.com/
- GraphQL-Lodash https://github.com/APIs-guru/graphql-lodash
- 3826 npm packages related to GraphQL https://www.npmjs.com/search?q=graphql
## Backend
- GraphQL-Java https://github.com/graphql-java/graphql-java
- GraphQL-Tools https://github.com/graphql-java-kickstart/graphql-java-tools
- GraphQL-Braid https://bitbucket.org/atlassian/graphql-braid
- 196 maven central packages related to GraphQL https://search.maven.org/search?q=graphql