graphql-examples
graphql-examples copied to clipboard
Examples for GraphQL using various frameworks in backend and frontend
GraphQL Examples
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-javaandgraphql-java-toolsmore information
Example App

More examples
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