for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Date: 03.12.15
*
* @author Portey Vasil <[email protected]>
*/
namespace Youshido\GraphQL\Definition;
class InterfaceType extends QueryType
{
* @return String type name
public function getName()
return '__Interface';
}