You are here

public function SchemaPluginInterface::getSchema in GraphQL 8.3

Same name and namespace in other branches
  1. 8.4 src/Plugin/SchemaPluginInterface.php \Drupal\graphql\Plugin\SchemaPluginInterface::getSchema()

Retrieves the schema.

Return value

\GraphQL\Type\Schema The schema.

1 method overrides SchemaPluginInterface::getSchema()
SchemaPluginBase::getSchema in src/Plugin/GraphQL/Schemas/SchemaPluginBase.php
Retrieves the schema.

File

src/Plugin/SchemaPluginInterface.php, line 16

Class

SchemaPluginInterface

Namespace

Drupal\graphql\Plugin

Code

public function getSchema();