Expand description
The language-agnostic record model: every type, field, arg, enum value,
and directive in a schema flattens to one SchemaRecord. Search and
output operate only on these — they never touch a parser or a transport.
Structs§
- Schema
Record - One searchable schema entity.
Enums§
- Kind
- What a
SchemaRecorddescribes. Root operation fields get their own kinds (Query/Mutation/Subscription) so ranking can float them to the top the wayrqfloats top-level definitions.