This repository contains several GraphQL examples each using (almost) the same example application but highlighting different GraphQL aspects and technologies and frameworks:
full-stack
: Backend and frontend app both developed in JavaScript using Apollo more informationschema-stitching
: merge multiple schemas into one more informationlocal-state
: Manage your Client's local state with Apollo GraphQL more informationjava
: The backend implemented in Java usinggraphql-java
andgraphql-java-tools
more information
If you're a Spring (Boot) user, you might be interested in my Spring PetClinic fork that works with GraphQL on a (Java) Server: spring-petclinic-graphql