mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-03-25 17:23:50 +03:00
11 lines
200 B
PHP
11 lines
200 B
PHP
<?php
|
|
namespace GraphQL\Language\AST;
|
|
|
|
interface HasSelectionSet
|
|
{
|
|
/**
|
|
* export type DefinitionNode = OperationDefinitionNode
|
|
* | FragmentDefinitionNode
|
|
*/
|
|
}
|