Graphql Request

class GraphQLRequest(indicoClient: IndicoKtorClient, query: String, operationName: String, variables: JsonNode) : Query<JSONObject?, JsonNode>

Constructors

GraphQLRequestconstructor(indicoClient: IndicoKtorClient, query: String, operationName: String, variables: JsonNode)

Functions

NameSummary
queryopen override fun query(): JSONObject?Execute the graphql query and returns the results as a specific type
refreshopen override fun refresh(obj: JSONObject?): JSONObject?