mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-02-16 20:33:14 +03:00
commit
b93519170f
@ -14,7 +14,7 @@ use GraphQL\Validator\ValidationContext;
|
|||||||
* A GraphQL document is only valid if when it contains an anonymous operation
|
* A GraphQL document is only valid if when it contains an anonymous operation
|
||||||
* (the query short-hand) that it contains only that one operation definition.
|
* (the query short-hand) that it contains only that one operation definition.
|
||||||
*/
|
*/
|
||||||
class LoneAnonymousOperation extends \PHPUnit_Framework_TestCase
|
class LoneAnonymousOperation
|
||||||
{
|
{
|
||||||
static function anonOperationNotAloneMessage()
|
static function anonOperationNotAloneMessage()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user