public class GraphqlJsonBody extends Object
| Constructor and Description |
|---|
GraphqlJsonBody() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperationName() |
String |
getQuery() |
Map<String,Object> |
getVariables() |
void |
setOperationName(String operationName) |
void |
setQuery(String query) |
void |
setVariables(Map<String,Object> variables) |
String |
toString() |
Copyright © 2021. All rights reserved.