ElementType

Type
Class
Namespace
craft\gql\types\generators
Inherits
craft\gql\types\generators\ElementType
Implements
craft\gql\base\GeneratorInterface, craft\gql\base\SingleGeneratorInterface
Since
3.3.0

Class ElementType

View source (opens new window)

# Public Methods

Method Description
generateType() Generate a single GraphQL type based on a context.
generateTypes() Generate GraphQL types.

# generateType()

Since
3.5.0

Generate a single GraphQL type based on a context.

View source (opens new window)

Arguments

  • $context (mixed) – Context for generated types

Returns

mixed

# generateTypes()

Generate GraphQL types.

View source (opens new window)

Arguments

  • $context (mixed) – Context for generated types

Returns

craft\gql\base\ObjectType[]