Exception when trying to query the schema in graphql-spqr-spring-boot-starter
Is there some tracing I can add to understand what’s going on?
I suddenly started getting the below exception when querying the schema. This was working fine before. The only change I can remember after last successful run is installing rosetta2 through homebrew. Could that cause issue?
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).