mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-29 16:36:02 +03:00
13 lines
149 B
PHP
13 lines
149 B
PHP
<?php
|
|
namespace GraphQL;
|
|
|
|
|
|
/**
|
|
* Schema Definition
|
|
*
|
|
* @deprecated moved to GraphQL\Type\Schema
|
|
*/
|
|
class Schema extends \GraphQL\Type\Schema
|
|
{
|
|
}
|