ArrayGap is a datatype for a gap in the array. Null values represent missing bounds.

This datatype is used by the datatype, ArrayWithGap, which is used by the datatype, ParserTestCaseOutputFailures and so on, which are ultimately used by the testParserV2() mutation field.

Table: ArrayGap

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 23, 2024
endsAtIndexintegeryes Short-TermArray gap ends at this index (exclusive). This is a preview, under active development.
startsAtIndexintegeryes Short-TermArray gap starts at this index (inclusive). This is a preview, under active development.