You are here

public function ComposableSchema::defaultConfiguration in GraphQL 8.4

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ConfigurableInterface::defaultConfiguration

1 call to ComposableSchema::defaultConfiguration()
ComposableSchema::setConfiguration in src/Plugin/GraphQL/Schema/ComposableSchema.php
Sets the configuration for this plugin instance.

File

src/Plugin/GraphQL/Schema/ComposableSchema.php, line 68

Class

ComposableSchema
Plugin annotation @Schema( id = "composable", name = "Composable schema" )

Namespace

Drupal\graphql\Plugin\GraphQL\Schema

Code

public function defaultConfiguration() {
  return [];
}