KgqlRequestBody

interface KgqlRequestBody<T>

Root interface for GraphQL request body

Properties

operationName
Link copied to clipboard
abstract val operationName: String?
query
Link copied to clipboard
abstract val query: String
variables
Link copied to clipboard
abstract val variables: T?