Expand description
A structured representation of a federated GraphQL schema. Can be instantiated by composition or from SDL.
Re-exports§
pub use directives::*;
Modules§
Structs§
- Represents an
@providesdirective on a field in a subgraph. - Represents an
@requiresdirective on a field in a subgraph. - Represents an
@override(graph: .., from: ...)directive on a field in a subgraph. - It’s structured as follows:
Enums§
Constants§
Functions§
- Render a GraphQL SDL string for a federated graph. It does not include any federation-specific directives, it only reflects the final API schema as visible for consumers.
- Render a GraphQL SDL string for a federated graph. It includes join spec directives about subgraphs and entities.
Type Aliases§
- A (start, end) range in FederatedGraph::fields.
- A (start, len) range in FederatedSchema.