You are here

public property GraphQLInputType::$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/GraphQLInputType.php, line 15

Class

GraphQLInputType
Annotation for GraphQL input type plugins.

Namespace

Drupal\graphql\Annotation

Code

public $pluginType = GRAPHQL_INPUT_TYPE_PLUGIN;