QueryModelSchema
class QueryModelSchema(val model: QueryModel, capabilities: Set<QueryCapability>, val definition: LogicalQuerySchema, bindings: Map<QueryPathTemplate, QueryValueBindings>, val fullProjectionAvailable: Boolean = true)
Published facts only: model values and operation-specific native locations.
Constructors
Link copied to clipboard
constructor(model: QueryModel, capabilities: Set<QueryCapability>, definition: LogicalQuerySchema, bindings: Map<QueryPathTemplate, QueryValueBindings>, fullProjectionAvailable: Boolean = true)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun QueryModelSchema.physicalField(field: QueryField, capability: QueryCapability, logicalParent: QueryField? = null): QueryField
A native compiler consumes a binding; it never guesses physical names from caller input.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard