Youshido\Tests\DataProvider\TestField::getType PHP Method

getType() public method

public getType ( ) : AbstractObjectType
return Youshido\GraphQL\Type\Object\AbstractObjectType
    public function getType()
    {
        return new IntType();
    }