class GraphQLRequest(indicoClient: IndicoKtorClient, query:
| |
|---|
| GraphQLRequest | constructor(indicoClient: IndicoKtorClient, query: String, operationName: String, variables: JsonNode) |
| Name | Summary |
|---|
| query | open override fun query(): JSONObject?Execute the graphql query and returns the results as a specific type |
| refresh | open override fun refresh(obj: JSONObject?): JSONObject? |