QueryValidationResult
is
a datatype for a result of validating a query.
Table: QueryValidationResult
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Oct 2, 2024 | |||||
diagnostics | [QueryDiagnostic ] | yes | Preview | A diagnostic message from query validation. See QueryDiagnostic . This is a preview for internal testing and subject to change. | |
isValid | boolean | yes | Preview | Whether query is valid. For internal testing. |