GlobalSet ​
- Type
- Class
- Namespace
- craft\gql\arguments\elements
- Inherits
- craft\gql\arguments\elements\GlobalSet » craft\gql\base\ElementArguments » craft\gql\base\Arguments
- Since
- 3.3.0
Class GlobalSet
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.
Returns ​
array – $fields
getContentArguments() ​
Returns arguments defined by the content fields.
Returns ​
getDraftArguments() ​
Return the arguments used for elements that support drafts.
Returns ​
getRevisionArguments() ​
- Since
- 3.6.8
Return the arguments used for elements that support revisions.