public class QueryRequest extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
operationName |
protected String |
query |
protected Map<String,Object> |
variables |
Constructor and Description |
---|
QueryRequest() |
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) |
Copyright © 2022 CrafterCMS. All rights reserved.