deleteFieldAliasSchema()

API Stability Long-Term

The deleteFieldAliasSchema() GraphQL mutation may be used to deletes an alias mapping.

Syntax

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

graphql
deleteFieldAliasSchema(
      input: DeleteFieldAliasSchema!
   ): boolean!

Below is an example of how this mutation field might be used:

Show:
graphql
mutation {
  deleteFieldAliasSchema(input: 
       { schemaId: "ny1D1QeARiLj06bdkzPXrnFEaGSqTF04" }
  )
}
Example Responses
Show:
json
{
  "data": {
    "deleteFieldAliasSchema": true
  }
}

Given Datatypes

For DeleteFieldAliasSchema, there is only one parameter. It's described below:

Table: DeleteFieldAliasSchema

ParameterTypeRequiredDefaultStabilityDescription
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 18, 2024
schemaIdstringyes Long-TermThe unique identifier of the schema.