public function SchemaBuilderInterface::getSubTypes in GraphQL 8.3
Retrieve the list of derivatives associated with a composite type.
Parameters
string $name: The name of interface or union type.
Return value
string[] The list of possible sub typenames.
1 method overrides SchemaBuilderInterface::getSubTypes()
- SchemaPluginBase::getSubTypes in src/
Plugin/ GraphQL/ Schemas/ SchemaPluginBase.php - Retrieve the list of derivatives associated with a composite type.
File
- src/
Plugin/ SchemaBuilderInterface.php, line 92
Class
Namespace
Drupal\graphql\PluginCode
public function getSubTypes($name);