You are here

protected property Garage::$vehicles in GraphQL 8.3

The list of parked vehicles.

Type: array

File

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

Class

Garage
Garage implementation.

Namespace

Drupal\graphql_plugin_test

Code

protected $vehicles = [];