You are here

public function Garage::getVehicles in GraphQL 8.3

Retrieve a list of vehicles.

Return value

mixed The list of vehicles, parked in the garage.

Overrides GarageInterface::getVehicles

File

tests/modules/graphql_plugin_test/src/Garage.php, line 22

Class

Garage
Garage implementation.

Namespace

Drupal\graphql_plugin_test

Code

public function getVehicles() {
  return [];
}