TableRowType
- Type
- Class
- Namespace
- craft\gql\types\generators
- Inherits
- craft\gql\types\generators\TableRowType
- Implements
- craft\gql\base\GeneratorInterface, craft\gql\base\SingleGeneratorInterface
- Since
- 3.3.0
Class TableRowType
View source (opens new window)
# Public Methods
Method | Description |
---|---|
generateType() | Generate a single GraphQL type based on a context. |
generateTypes() | Generate GraphQL types. |
getName() | Returns the generator name. |
# 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
# getName()
Returns the generator name.
View source (opens new window)
Arguments
$context