Interface IExecutor
Namespace: GraphZen.QueryEngine
Assembly: GraphZen.QueryEngine.dll
Syntax
public interface IExecutor
Methods
ExecuteAsync(Schema, DocumentSyntax, Object, GraphQLContext, IDictionary<String, Object>, String, ExecutionOptions)
Declaration
Task<ExecutionResult> ExecuteAsync(Schema schema, DocumentSyntax document, object rootValue = null, GraphQLContext context = null, IDictionary<string, object> variableValues = null, string operationName = null, ExecutionOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Schema | schema | |
| Document |
document | |
| Object | rootValue | |
| Graph |
context | |
| IDictionary<String, Object> | variableValues | |
| String | operationName | |
| Execution |
options |
Returns
| Type | Description |
|---|---|
| Task<Execution |