QueryMiddleware
interface QueryMiddleware (View source)
Represents middleware for evaluating a graphql query
Methods
ExecutionResult|array
process(Schema $schema, string $query, array $context, array $params, callable $next)
No description