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 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: 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.