src/GraphQL/AST/Extension/SchemaExtensionNode.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * This file is part of Railt package.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
declare(strict_types=1);

namespace Railt\GraphQL\AST\Extension;

use Railt\GraphQL\AST\Definition\SchemaNode;

/**
 * @internal This type is generated using a parser, please do not use it inside your application code.
 */
final class SchemaExtensionNode extends SchemaNode
{
}