Interface ParseSemanticQueryOptionsExperimental

interface ParseSemanticQueryOptions {
    protocol?: SourceProtocol;
    schema?: SourceSchemaV2;
}

Hierarchy (view full)

Properties

Properties

protocol?: SourceProtocol

When present, a native expression must match this source protocol.

A verified schema is reparsed before use so JavaScript callers cannot forge schema truth.