| Current Path : /var/www/clients/client3/web2/web/vendor/webonyx/graphql-php/src/Language/ |
| Current File : /var/www/clients/client3/web2/web/vendor/webonyx/graphql-php/src/Language/VisitorOperation.php |
<?php
declare(strict_types=1);
namespace GraphQL\Language;
class VisitorOperation
{
/** @var bool */
public $doBreak;
/** @var bool */
public $doContinue;
/** @var bool */
public $removeNode;
}