Skip to content

Mutation ​

Type
Abstract Class
Namespace
craft\gql\base
Inherits
craft\gql\base\Mutation
Uses traits
craft\gql\base\GqlTypeTrait
Extended by
craft\gql\mutations\Asset, craft\gql\mutations\Category, craft\gql\mutations\Entry, craft\gql\mutations\GlobalSet, craft\gql\mutations\Ping, craft\gql\mutations\Tag
Since
3.5.0

Class Mutation

View source

Public Methods ​

MethodDescription
getMutations()Returns the mutations defined by the class as an array.
getType()Returns an instance of this schema object's type as provided by entity registry

getMutations() ​

Returns the mutations defined by the class as an array.

View source

Returns ​

array

Protected Methods ​

MethodDescription
getConditionalFields()Return conditional fields for this type.
prepareResolver()Load content fields and value normalizers on the resolver, based on content fields.

prepareResolver() ​

Load content fields and value normalizers on the resolver, based on content fields.

View source

Arguments ​