When enableFieldAliasSchemaOnOrg() GraphQL mutation is used, field alias mappings in a schema will be active during search across all views and repositories within the organization.

Syntax

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

graphql
enableFieldAliasSchemaOnOrg(
      input: EnableFieldAliasSchemaOnOrgInput!
   ): boolean

Given Datatypes

For the given datatype, EnableFieldAliasSchemaOnOrgInput(), there is only one parameter for it. It's schemaId with a required string value.