Youshido\Tests\StarWars\Schema\StarWarsData::artoo PHP Method

artoo() static public method

We export artoo directly because the schema returns him from a root field, and hence needs to reference him.
static public artoo ( )
    static function artoo()
    {
        return ['id' => '2001', 'name' => 'R2-D2', 'friends' => ['1000', '1002', '1003'], 'appearsIn' => [4, 5, 6], 'primaryFunction' => 'Astromech'];
    }