for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Drupal\graphql_core\Plugin\GraphQL\Schemas;
use Drupal\graphql\Plugin\GraphQL\Schemas\SchemaPluginBase;
/**
* Default generated schema.
*
* @GraphQLSchema(
* id = "default",
* name = "Default",
* path = "/graphql",
* builder = "\Drupal\graphql\Plugin\GraphQL\PluggableSchemaBuilder"
* )
*/
class DefaultSchema extends SchemaPluginBase {
}