FieldHasValueInput is an input datatype for asserting that a field will have an expected value after it's parsed. It's used by the datatype, ParserTestCaseOutputAssertionsInput, which is used by the ParserTestCaseAssertionsForOutputInput, datatype, which is used by ParserTestCaseInput.

This last datatype is used by three other input datatypes: CreateParserInputV2, which is used by the createParserV2() mutation field; ParserTestRunInput, which is used by the testParserV2() mutation; UpdateParserInputV2, which is used by the updateParserV2() mutation. mutation field.

Table: FieldHasValueInput

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 18, 2024
expectedValuestringyes Long-TermThe value expected to be contained in the field.
fieldNamestringyes Long-TermThe field on which to assert.