You are here

public function SchemaBuilderInterface::getTypes in GraphQL 8.3

Retrieves all type instances from the schema.

Return value

array The list of type instances contained within the schema.

1 method overrides SchemaBuilderInterface::getTypes()
SchemaPluginBase::getTypes in src/Plugin/GraphQL/Schemas/SchemaPluginBase.php
Retrieves all type instances from the schema.

File

src/Plugin/SchemaBuilderInterface.php, line 81

Class

SchemaBuilderInterface

Namespace

Drupal\graphql\Plugin

Code

public function getTypes();