MutationCreator
class MutationCreator extends FieldCreator
Represents a writable entrypoint field in the top level graphql 'mutation' schema
Traits
Methods
Returns any fixed attributes for this type. E.g. 'name' or 'description'
Gets the type for elements within this query, or callback to lazy-load this type
Merge all attributes for this query (type, attributes, resolvers, etc).
Details
in FieldCreator at line 29
__construct(Manager $manager = null)
in FieldCreator at line 40
array
attributes()
Returns any fixed attributes for this type. E.g. 'name' or 'description'
in FieldCreator at line 51
Type|callable
type()
Gets the type for elements within this query, or callback to lazy-load this type
in FieldCreator at line 62
array
args()
List of arguments this query accepts.
in FieldCreator at line 72
array
getAttributes()
Merge all attributes for this query (type, attributes, resolvers, etc).
in FieldCreator at line 97
array
toArray()
Convert the Fluent instance to an array.
in FieldCreator at line 109
mixed
__get(string $key)
Dynamically retrieve the value of an attribute.
in FieldCreator at line 122
bool
__isset(string $key)
Dynamically check if an attribute is set.