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
Functions
Name | Summary |
---|---|
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? |
Updated 10 months ago