Class GraphQLResult

Inheritance Relationships

Base Type

Class Documentation

class GraphQLResult : public csp::systems::ResultBase

Data class used to contain information when a Response is received from GraphQL.

Public Functions

inline GraphQLResult()
inline GraphQLResult(void*)
const csp::common::String &GetResponse()

Retrieves response data from the GraphQL Server.

Returns

String : Data String as described above