API Stability |
Long-Term
|
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
RemoveAliasMappingInput
has a couple of parameters. They're listed below along with a
description of each:
Table: RemoveAliasMappingInput
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 24, 2024 | |||||
results | boolean | yes | Long-Term | Whether the mutation was performed. |