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

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

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