public class ExecutorParams<R> extends Object
| Modifier and Type | Field and Description |
|---|---|
GraphQLRequest |
graphQLRequest |
R |
request |
TransportType |
transportType |
| Constructor and Description |
|---|
ExecutorParams(GraphQLRequest graphQLRequest,
R request,
TransportType transportType) |
public final GraphQLRequest graphQLRequest
public final R request
public final TransportType transportType
public ExecutorParams(GraphQLRequest graphQLRequest, R request, TransportType transportType)
Copyright © 2018–2021. All rights reserved.