for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* This file is a part of GraphQL project.
*
* @author Alexandr Viniychuk <[email protected]>
* created: 5/14/16 9:28 AM
*/
namespace Youshido\GraphQL\Schema;
use Youshido\GraphQL\Type\Object\AbstractObjectType;
class InternalSchemaQueryObject extends AbstractObjectType
{
public function build($config)
}