FieldCreator
class FieldCreator (View source)
Base type for query types within graphql. I.e. mutations or queries
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
List of arguments this query accepts.
Merge all attributes for this query (type, attributes, resolvers, etc).
Convert the Fluent instance to an array.
Dynamically retrieve the value of an attribute.
Dynamically check if an attribute is set.
Details
__construct(Manager $manager = null)
array
attributes()
Returns any fixed attributes for this type. E.g. 'name' or 'description'
Type|callable
type()
Gets the type for elements within this query, or callback to lazy-load this type
array
args()
List of arguments this query accepts.
array
getAttributes()
Merge all attributes for this query (type, attributes, resolvers, etc).
array
toArray()
Convert the Fluent instance to an array.
mixed
__get(string $key)
Dynamically retrieve the value of an attribute.
bool
__isset(string $key)
Dynamically check if an attribute is set.