mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-25 06:16:05 +03:00
Extract VisitorOperation to be more psr-4 compliant
This commit is contained in:
parent
68f0be08cb
commit
297bac0dea
11
src/Language/VisitorOperation.php
Normal file
11
src/Language/VisitorOperation.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace GraphQL\Language;
|
||||
|
||||
class VisitorOperation
|
||||
{
|
||||
public $doBreak;
|
||||
|
||||
public $doContinue;
|
||||
|
||||
public $removeNode;
|
||||
}
|
Loading…
Reference in New Issue
Block a user