You are here

public property GraphQLEnum::$pluginType in GraphQL 8.3

The plugin type.

The type of component. Field, Interface, Type, Scalar ...

Type: string

Overrides GraphQLAnnotationBase::$pluginType

See also

graphql.module

File

src/Annotation/GraphQLEnum.php, line 15

Class

GraphQLEnum
Annotation for GraphQL scalar plugins.

Namespace

Drupal\graphql\Annotation

Code

public $pluginType = GRAPHQL_ENUM_PLUGIN;