TagsInput is an input datatype for entering alias mapping tags.

This datatype is used by two other input datatypes: AliasMappingInput; and UpdateFieldAliasMappingInput, which is used by the updateFieldAliasMapping() mutation. The first datatype, AliasMappingInput is used by three more datatypes: AddAliasMappingInput, which is used by the addFieldAliasMapping() mutation field; CreateFieldAliasSchemaInput, which is used by the createFieldAliasSchema() mutation field; and UpdateFieldAliasSchemaInput, which is used by the updateFieldAliasSchema() mutation field.

Table: TagsInput

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 20, 2024
namestringyes Long-TermThe name of the tag.
valuestringyes Long-TermThe value of the tag.