You are here

public property GraphQLField::$deprecated in GraphQL 8.3

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

Type: string|bool

File

src/Annotation/GraphQLField.php, line 70

Class

GraphQLField
Annotation for GraphQL field plugins.

Namespace

Drupal\graphql\Annotation

Code

public $deprecated = FALSE;