kgql-core / com.codingfeline.kgql.core / KgqlRequestBody

KgqlRequestBody

interface KgqlRequestBody<T>

Root interface for GraphQL request body

Properties

operationName

abstract val operationName: String?

query

abstract val query: String

variables

abstract val variables: T?