interface SchemaProviderInterface in GraphQL 8
Same name and namespace in other branches
- 8.2 src/SchemaProviderInterface.php \Drupal\graphql\SchemaProviderInterface
Hierarchy
- interface \Drupal\graphql\SchemaProviderInterface
Expanded class hierarchy of SchemaProviderInterface
All classes that implement SchemaProviderInterface
2 files declare their use of SchemaProviderInterface
- RequestController.php in src/
Controller/ RequestController.php - SchemaProviderBase.php in src/
SchemaProvider/ SchemaProviderBase.php
File
- src/
SchemaProviderInterface.php, line 5
Namespace
Drupal\graphqlView source
interface SchemaProviderInterface {
/**
* @return array
*/
public function getQuerySchema();
/**
* @return array
*/
public function getMutationSchema();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SchemaProviderInterface:: |
public | function | 2 | |
SchemaProviderInterface:: |
public | function | 2 |