You are here

public static property Numbers::$NUMBERS in GraphQL 8.3

A constant list of numbers.

Type: string[]

File

tests/modules/graphql_enum_test/src/Plugin/GraphQL/Enums/Numbers.php, line 23

Class

Numbers
Generates an enumeration of numbers.

Namespace

Drupal\graphql_enum_test\Plugin\GraphQL\Enums

Code

public static $NUMBERS = [
  'zero',
  'one',
  'two',
  'three',
  'four',
  'five',
  'six',
  'seven',
  'eight',
  'nine',
];