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;
abstract class AbstractMutationObjectType extends AbstractObjectType
{
public function getType()
return $this->getOutputType();
}
abstract public function getOutputType();