StructureElementArguments

Type
Abstract Class
Namespace
craft\gql\base
Inherits
craft\gql\base\StructureElementArguments » craft\gql\base\ElementArguments » craft\gql\base\Arguments
Extended by
craft\gql\arguments\elements\Category, craft\gql\arguments\elements\Entry
Since
3.3.0

Class StructureElementArguments

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.
getDraftArguments() Return the arguments used for elements that support drafts.
getRevisionArguments() Return the arguments used for elements that support revisions.
getStatusArguments() Return the various status arguments.

# getArguments()

Returns the argument fields to use in GraphQL type definitions.

View source (opens new window)

Returns

array (opens new window) – $fields

# Protected Methods

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