Arguments

Type
Abstract Class
Namespace
craft\gql\base
Inherits
craft\gql\base\Arguments
Extended by
craft\gql\arguments\OptionField, craft\gql\arguments\Transform, craft\gql\arguments\elements\Asset, craft\gql\arguments\elements\Category, craft\gql\arguments\elements\Entry, craft\gql\arguments\elements\GlobalSet, craft\gql\arguments\elements\MatrixBlock, craft\gql\arguments\elements\Tag, craft\gql\arguments\elements\User, craft\gql\base\ElementArguments, craft\gql\base\StructureElementArguments
Since
3.3.0

Class Arguments

View source (opens new window)

# Public Methods

Method Description
getArguments() Returns the argument fields to use in GraphQL type definitions.
getContentArguments() Returns arguments defined by the content fields.

# getArguments()

Returns the argument fields to use in GraphQL type definitions.

View source (opens new window)

Returns

array (opens new window) – $fields

# getContentArguments()

Returns arguments defined by the content fields.

View source (opens new window)

Returns

array (opens new window)

# Protected Methods

Method Description
buildContentArguments() Return the content arguments based on a list of contexts and an element class.

# buildContentArguments()

DEPRECATED

Deprecated in 3.4.5. Use craft\services\Gql::getContentArguments() instead.

Return the content arguments based on a list of contexts and an element class.

View source (opens new window)

Arguments

Returns

array (opens new window)