OperationResolver
interface OperationResolver
Standard resolve callback for Mutations or Queries
Methods
mixed
resolve(mixed $object, array $args, mixed $context, ResolveInfo $info)
Invoked by the Executor class to resolve this mutation / query
Details
at line 23
mixed
resolve(mixed $object, array $args, mixed $context, ResolveInfo $info)
Invoked by the Executor class to resolve this mutation / query