Your IP : 216.73.216.218


Current Path : /home/eolienneia/www/templates/yootheme/vendor/yootheme/graphql/lib/Language/AST/
Upload File :
Current File : /home/eolienneia/www/templates/yootheme/vendor/yootheme/graphql/lib/Language/AST/ValueNode.php

<?php
namespace YOOtheme\GraphQL\Language\AST;

/**
export type ValueNode = VariableNode
| NullValueNode
| IntValueNode
| FloatValueNode
| StringValueNode
| BooleanValueNode
| EnumValueNode
| ListValueNode
| ObjectValueNode
 */
interface ValueNode
{

}