for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Drupal\graphql\GraphQL\Schema;
use Youshido\GraphQL\Config\Schema\SchemaConfig;
use Youshido\GraphQL\Schema\AbstractSchema;
class Schema extends AbstractSchema {
/**
* {@inheritdoc}
*/
public function build(SchemaConfig $config) {
// Nothing to do here.
}