graphql-php/src/Language/AST/HasSelectionSet.php

11 lines
200 B
PHP
Raw Normal View History

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