You are here

public property GraphQLMutation::$deprecated in GraphQL 8.3

The deprecation reason or FALSE if the field is not deprecated.

Type: string|bool

File

src/Annotation/GraphQLMutation.php, line 40

Class

GraphQLMutation
Annotation for GraphQL mutation plugins.

Namespace

Drupal\graphql\Annotation

Code

public $deprecated = FALSE;