mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-04 13:13:30 +03:00
Extract VisitorOperation to be more psr-4 compliant
This commit is contained in:
parent
68f0be08cb
commit
297bac0dea
1 changed files with 11 additions and 0 deletions
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…
Add table
Reference in a new issue