Expand description
GraphQL field selection parsing for federation queries.
Extracts which fields are requested in a GraphQL query so federation can project only necessary fields from the database.
Structs§
- Field
Selection - Represents requested fields in a GraphQL selection set.
Functions§
- parse_
field_ selection - Parse GraphQL query to extract field selection for _entities.