Graphql Request

//indico-client-java/com.indico.request/GraphQLRequest

GraphQLRequest

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

Constructors

GraphQLRequest[jvm]
constructor(indicoClient: IndicoKtorClient, query: String, operationName: String, variables: JsonNode)

Functions

NameSummary
query[jvm]
open override fun query(): JSONObject?
Execute the graphql query and retunrs the results as a specific type
refresh[jvm]
open override fun refresh(obj: JSONObject?): JSONObject?