QueryAssistantDiagnosticPosition is a datatype for a query assistant diagnostic position.

This datatype is used by the datatype, QueryAssistantDiagnostic, which is used by the datatype, QueryAssistantSuccess, which is used by the union datatype, QueryAssistantAssistance, and that datatype is used by the datatype, QueryAssistantResult, which is used by the queryAssistance() query field.

Table: QueryAssistantDiagnosticPosition

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Oct 2, 2024
beginOffsetintegeryes PreviewWhere to begin the offset.
columnintegeryes PreviewThe column.
endOffsetintegeryes PreviewThe end of the offset.
lineintegeryes PreviewThe line to use.
longStringstringyes PreviewThe string to use for diagnostics.