public class GraphQLRequest extends Object
| Constructor and Description |
|---|
GraphQLRequest(String id,
String query,
String operationName,
Map<String,Object> variables) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getOperationName() |
String |
getQuery() |
Map<String,Object> |
getVariables() |
Copyright © 2018–2021. All rights reserved.