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\PluggableSchemaPluginBase;
/**
* Default generated schema.
*
* @GraphQLSchema(
* id = "default",
* name = "Default",
* path = "/graphql"
* )
*/
class DefaultSchema extends PluggableSchemaPluginBase {
}