Youshido\Tests\StarWars\Schema\StarWarsQueryType::getName PHP Method

getName() public method

public getName ( ) : String
return String type name
    public function getName()
    {
        return 'Query';
    }
StarWarsQueryType