FileFieldFilterType is is an input datatype for specifying a field in a file, and providing the value the field should have for an entry to pass the filter. It's used by the Repository datatype, which is used by many other datatypes, as well as mutation and query fields.

Table: FileFieldFilterType

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 18, 2024
fieldstringyes Long-TermThe name of the field.
values[string]yes Long-TermThe values for the field.