Crate graphql_federated_graph

Source
Expand description

A structured representation of a federated GraphQL schema. Can be instantiated by composition or from SDL.

Re-exports§

Modules§

Structs§

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§