Tag: introspection
-
Does GraphQL introspection work on a federated system?
0 If I have a federated GraphQL solution, where each subgraph has ownership over their own schema and resolvers, would I be able to use GraphQL introspection to query the shape of the data across all the schema? Or am I restricted to introspection on one subgraph at a time. Tried looking for more information…
-
How to do schema-stitching and introspection in new @apollo/server and graphql-tools?
0 I’m working on a Node.js project having a main-service(A central component where various remote microservices which are exposed with respective "port/graphql" are stitched together to create a unified API endpoint. It acts as a gateway or aggregator, allowing clients to access multiple functionalities provided by different microservices through a single entry point.). Now, I…