kgql-core
/
com.codingfeline.kgql.core
/
KgqlResponse
common
Kgql
Response
interface
KgqlResponse
<
T
>
Content copied to clipboard
Root interface for GraphQL response
Functions
Properties
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
data
Link copied to clipboard
common
abstract val
data
:
T
?
Content copied to clipboard
errors
Link copied to clipboard
common
abstract val
errors
:
List
<
KgqlError
>?
Content copied to clipboard