The disableFieldAliasSchemaOnView() GraphQL query is used to disable the schema on the given view or repository.

Syntax

Below is the syntax for the disableFieldAliasSchemaOnView() query field:

graphql
disableFieldAliasSchemaOnView( 
      input: DisableFieldAliasSchemaOnViewInput!
   ): boolean

Given Datatypes

For the given datatype, DisableFieldAliasSchemaOnViewInput, there are several parameters that may be given. Below is a list of them along with their datatypes and a description of each:

Table: DisableFieldAliasSchemaOnViewInput

ParameterTypeRequired[a]DefaultDescription
viewNamestringyes The name of the view related to the field aliases to disable.
schemaIdstringyes The unique identifier of the schema related to the field aliases to disable.

[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.