Skip to main content

Module model

Module model 

Source
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§

SchemaRecord
One searchable schema entity.

Enums§

Kind
What a SchemaRecord describes. Root operation fields get their own kinds (Query/Mutation/Subscription) so ranking can float them to the top the way rq floats top-level definitions.