Covid19-GraphQL / covid-graph-graphql

A Neo4j-GraphQL API for the CovidGraph project

Home Page:https://covid-graph-graphql.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add example for federated GraphQL microservice

michaeldgraham opened this issue · comments

With Apollo Federation and its integration for neo4j-graphql-js, it is possible to use the CovidGraph schema as one of possibly many federated schema using the @apollo/federation and @apollo/gateway packages. A dedicated server .js file and npm script could be created to start such a gateway.