You are here

6 methods override TypePluginInterface::getDefinition() in GraphQL 8.3

EnumPluginBase::getDefinition in src/Plugin/GraphQL/Enums/EnumPluginBase.php
Returns the plugin's type or field definition for the schema.
InputTypePluginBase::getDefinition in src/Plugin/GraphQL/InputTypes/InputTypePluginBase.php
Returns the plugin's type or field definition for the schema.
InterfacePluginBase::getDefinition in src/Plugin/GraphQL/Interfaces/InterfacePluginBase.php
Returns the plugin's type or field definition for the schema.
ScalarPluginBase::getDefinition in src/Plugin/GraphQL/Scalars/ScalarPluginBase.php
Returns the plugin's type or field definition for the schema.
TypePluginBase::getDefinition in src/Plugin/GraphQL/Types/TypePluginBase.php
Returns the plugin's type or field definition for the schema.
UnionTypePluginBase::getDefinition in src/Plugin/GraphQL/Unions/UnionTypePluginBase.php
Returns the plugin's type or field definition for the schema.