Package com.codingfeline.kgql.core

Types

KgqlError
Link copied to clipboard
data class KgqlError(message: String, locations: List<KgqlErrorLocation>, description: String, validationErrorType: String, queryPath: List<String>)
GraphQL error
KgqlErrorLocation
Link copied to clipboard
data class KgqlErrorLocation(line: Int, column: Int)
KgqlRequestBody
Link copied to clipboard
interface KgqlRequestBody<T>
Root interface for GraphQL request body
KgqlResponse
Link copied to clipboard
interface KgqlResponse<T>
Root interface for GraphQL response