Your IP : 216.73.217.31


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/DefinitionNode.php

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

interface DefinitionNode
{
/**
 * export type DefinitionNode =
 *   | ExecutableDefinitionNode
 *   | TypeSystemDefinitionNode; // experimental non-spec addition.
 */
}