Package-level declarations
Types
Link copied to clipboard
interface GraphQLJson
Pluggable serialization abstraction for GraphQL request and response bodies.
Link copied to clipboard
@Serializable
A typed GraphQL request payload.
Link copied to clipboard
Thrown when a GraphQL response contains errors and the caller requires non-null data.
Functions
Link copied to clipboard
Returns the non-null GraphContainer.data or throws GraphQLResponseException if the response contains errors.