ArrayWithGap is a datatype for array gaps identified for a given prefix.

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

Table: ArrayWithGap

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
gaps[ArrayGap]yes Short-TermGaps identified for array prefix. This is a preview, under active development. See ArrayGap.
lastValidPrefixstringyes Short-TermPrefix that represents a field up until the point at which a gap was identified. For instance, the field a[0].b[1] would give the prefix a[0].b as the gap occurs when indexing b with 1. For a[1].b[0], you'd get the prefix a. This is a preview, under active development.