Expand description
Parsing and printing for schema coordinates as described in the RFC.
Schema coordinates uniquely point to an item defined in a schema.
Structs§
- Directive
Argument Coordinate - A schema coordinate targeting a directive argument definition:
@directive(argument:). - Directive
Coordinate - A schema coordinate targeting a directive definition:
@directive. - Field
Argument Coordinate - A schema coordinate targeting a field argument definition:
Type.field(argument:). - Type
Attribute Coordinate - A schema coordinate targeting a field definition or an enum value:
Type.field,Enum.VALUE. - Type
Coordinate - A schema coordinate targeting a type definition:
Type.
Enums§
- Schema
Coordinate - Any schema coordinate.
- Schema
Coordinate Lookup - Return type of
SchemaCoordinate::lookup. - Schema
Coordinate Parse Error - Errors that can occur while parsing a schema coordinate.
- Schema
Lookup Error - The error type for
SchemaCoordinate::lookupand otherlookup*methods. - Type
Attribute Lookup - Return type of
TypeAttributeCoordinate::lookup, for coordinates of the formType.field.