Graphql Request
class GraphQLRequest(indicoClient: IndicoKtorClient, query: String, operationName: String, variables: JsonNode) : Query<JSONObject?, JsonNode>
Constructors
Functions
| 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? |
Updated 17 days ago
