Relative Content

Tag Archive for graphql-spqr-spring-boot-starter

federation-graphql-java-support for spring-graphql SPQR

I have a spring-boot graphQL SPQR service exposing a subgraph.
We are using apollo server for federation of all subgraphs into a super graph.
To make the subgraph schema federation compatible, apollo has a project called federation-jvm
Their SchemaTransformer adds common Federation type definitions (e.g. _Any scalar, _Entity union, Federation directives, etc).