mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-12 13:41:01 +00:00
12 lines
149 B
PHP
12 lines
149 B
PHP
<?php
|
|
namespace GraphQL;
|
|
|
|
|
|
/**
|
|
* Schema Definition
|
|
*
|
|
* @deprecated moved to GraphQL\Type\Schema
|
|
*/
|
|
class Schema extends \GraphQL\Type\Schema
|
|
{
|
|
}
|