src/GraphQL/AST/Extension/ObjectExtensionNode.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\ObjectNode;

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