You are here

protected property Callback::$callback in GraphQL 8.4

The callback.

Type: callable

File

src/GraphQL/Resolver/Callback.php, line 19

Class

Callback
Resolves by invoking a callback for the field.

Namespace

Drupal\graphql\GraphQL\Resolver

Code

protected $callback;