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

10 lines
138 B
PHP
Raw Normal View History

2015-07-15 23:05:46 +06:00
<?php
namespace GraphQL\Language\AST;
interface Selection
{
/**
* export type Selection = Field | FragmentSpread | InlineFragment
*/
}