You are here

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

SchemaBuilderInterface

Namespace

Drupal\graphql\Plugin

Code

public function getSubTypes($name);