Expand description
Intermediate Schema Format
Language-agnostic schema representation that all language libraries output.
See .claude/INTERMEDIATE_SCHEMA_FORMAT.md for full specification.
Structs§
- Intermediate
Aggregate Query - Aggregate query definition (Analytics)
- Intermediate
Applied Directive - An applied directive instance (used on fields, types, etc.).
- Intermediate
Argument - Argument definition in intermediate format
- Intermediate
Auto Params - Auto-params configuration in intermediate format
- Intermediate
Deprecation - Deprecation information for enum values or input fields.
- Intermediate
Dimension Path - Dimension path within JSONB
- Intermediate
Dimensions - Dimensions metadata
- Intermediate
Directive - Directive definition in intermediate format.
- Intermediate
Enum - GraphQL enum type definition in intermediate format.
- Intermediate
Enum Value - A single value within an enum type.
- Intermediate
Fact Table - Fact table definition in intermediate format (Analytics)
- Intermediate
Field - Field definition in intermediate format
- Intermediate
Filter - Denormalized filter column
- Intermediate
Filter Condition - A single filter condition for subscription event matching.
- Intermediate
Fragment - Fragment definition in intermediate format.
- Intermediate
Fragment Field Def - Complex fragment field definition with optional alias, directives, and nested fields.
- Intermediate
Input Field - A field within an input object type.
- Intermediate
Input Object - GraphQL input object type definition in intermediate format.
- Intermediate
Interface - GraphQL interface type definition in intermediate format.
- Intermediate
Measure - Measure column definition
- Intermediate
Mutation - Mutation definition in intermediate format
- Intermediate
Observer - Observer definition in intermediate format.
- Intermediate
Query - Query definition in intermediate format
- Intermediate
Retry Config - Retry configuration for observer actions.
- Intermediate
Scalar - Custom scalar type definition in intermediate format.
- Intermediate
Schema - Intermediate schema - universal format from all language libraries
- Intermediate
Subscription - Subscription definition in intermediate format.
- Intermediate
Subscription Filter - Subscription filter definition for event matching.
- Intermediate
Type - Type definition in intermediate format
- Intermediate
Union - GraphQL union type definition in intermediate format.
Enums§
- Intermediate
Fragment Field - Fragment field selection - either a simple field or a nested object/fragment spread.
Type Aliases§
- Intermediate
Observer Action - Observer action (webhook, Slack, email, etc.).