The removeFieldAliasMapping() GraphQL mutation is used to remove a field alias mapping to an existing schema.

Syntax

Below is the syntax for the removeFieldAliasMapping() mutation field:

graphql
removeFieldAliasMapping(
      input: RemoveAliasMappingInput!
   ): boolean!

Given Datatypes

The given datatype RemoveAliasMappingInput has its own parameters. Below is a list of them along with their datatypes and a description of each:

Table: RemoveAliasMappingInput

ParameterTypeRequired[a]DefaultDescription
resultsbooleanyes Whether the mutation was performed or not.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.