SchemaProviderInterface.php in GraphQL 8
Same filename and directory in other branches
Namespace
Drupal\graphqlFile
src/SchemaProviderInterface.phpView source
<?php
namespace Drupal\graphql;
interface SchemaProviderInterface {
/**
* @return array
*/
public function getQuerySchema();
/**
* @return array
*/
public function getMutationSchema();
}
Interfaces
Name | Description |
---|---|
SchemaProviderInterface |