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