You are here

9 calls to DescribablePluginTrait::buildDescription() in GraphQL 8.3

EnumPluginBase::getDefinition in src/Plugin/GraphQL/Enums/EnumPluginBase.php
Returns the plugin's type or field definition for the schema.
FieldPluginBase::getDefinition in src/Plugin/GraphQL/Fields/FieldPluginBase.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.
MutationPluginBase::getDefinition in src/Plugin/GraphQL/Mutations/MutationPluginBase.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.
SubscriptionPluginBase::getDefinition in src/Plugin/GraphQL/Subscriptions/SubscriptionPluginBase.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.