This repository contains several Apollo GraphQL examples each using the same example application:
full-stack
: Backend and frontend app both developed using Apollo more informationschema-stitching
: merge multiple schemas into one more informationlocal-state
: Manage your Client's local state with Apollo GraphQL 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