graphql-php/src/Language/AST/HasSelectionSet.php
2018-08-20 20:26:21 +02:00

14 lines
227 B
PHP

<?php
declare(strict_types=1);
namespace GraphQL\Language\AST;
interface HasSelectionSet
{
/**
* export type DefinitionNode = OperationDefinitionNode
* | FragmentDefinitionNode
*/
}