The fieldAliasSchemas() GraphQL query is used retrieve all of the schemas for field aliases.

Syntax

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

graphql
fieldAliasSchemas: FieldAliasSchemasInfo

Returned Datatypes

The returned datatype FieldAliasSchemasInfo() has its own parameters. Below is a list of them along with their datatypes and a description of each:

Table: FieldAliasSchemasInfo

ParameterTypeRequired[a]DefaultDescription
schemas[FieldAliasSchema]yes List of field alias schemas.
activeSchemaOnOrgstring  The currently active schema for the organization.
activeSchemasOnViews[ActiveSchemaOnView]yes The currently active schemas for views.

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