You are here

public function SchemaPluginInterface::validateSchema in GraphQL 8.3

Validates the schema.

Return value

null|array

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

File

src/Plugin/SchemaPluginInterface.php, line 23

Class

SchemaPluginInterface

Namespace

Drupal\graphql\Plugin

Code

public function validateSchema();