kgql-core
/
com.codingfeline.kgql.core
/
KgqlRequestBody
common
Kgql
Request
Body
interface
KgqlRequestBody
<
T
>
Content copied to clipboard
Root interface for GraphQL request body
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
operationName
Link copied to clipboard
common
abstract val
operationName
:
String
?
Content copied to clipboard
query
Link copied to clipboard
common
abstract val
query
:
String
Content copied to clipboard
variables
Link copied to clipboard
common
abstract val
variables
:
T
?
Content copied to clipboard