Your IP : 216.73.216.153


Current Path : /home/e/o/l/eolienneia/www/templates/yootheme/vendor/yootheme/graphql/lib/
Upload File :
Current File : /home/e/o/l/eolienneia/www/templates/yootheme/vendor/yootheme/graphql/lib/Schema.php

<?php
namespace YOOtheme\GraphQL;

trigger_error(
    'GraphQL\Schema is moved to GraphQL\Type\Schema',
    E_USER_DEPRECATED
);

/**
 * Schema Definition
 *
 * @deprecated moved to GraphQL\Type\Schema
 */
class Schema extends \YOOtheme\GraphQL\Type\Schema
{
}