for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Date: 14.01.16
*
* @author Portey Vasil <[email protected]>
*/
namespace Youshido\GraphQL\Type\Object;
use Youshido\GraphQL\Type\Config\TypeConfigInterface;
abstract class AbstractMutationType extends AbstractObjectType
{
public function build(TypeConfigInterface $config)
}
abstract public function getOutputType();