GetAccountTokensCountQuery

data class GetAccountTokensCountQuery(val where_condition: Optional<Current_token_ownerships_v2_bool_exp?> = Optional.Absent, val offset: Optional<Int?> = Optional.Absent, val limit: Optional<Int?> = Optional.Absent) : Query<GetAccountTokensCountQuery.Data>

Constructors

Link copied to clipboard
constructor(where_condition: Optional<Current_token_ownerships_v2_bool_exp?> = Optional.Absent, offset: Optional<Int?> = Optional.Absent, limit: Optional<Int?> = Optional.Absent)

Types

Link copied to clipboard
data class Aggregate(val count: Int)
Link copied to clipboard
object Companion
Link copied to clipboard
data class Data(val current_token_ownerships_v2_aggregate: GetAccountTokensCountQuery.Current_token_ownerships_v2_aggregate) : Query.Data

Properties

Link copied to clipboard
val limit: Optional<Int?>
Link copied to clipboard
val offset: Optional<Int?>
Link copied to clipboard

Functions

Link copied to clipboard
open override fun adapter(): Adapter<GetAccountTokensCountQuery.Data>
Link copied to clipboard
open override fun document(): String
Link copied to clipboard
open override fun id(): String
Link copied to clipboard
open override fun name(): String
Link copied to clipboard
open override fun rootField(): CompiledField
Link copied to clipboard
open override fun serializeVariables(writer: JsonWriter, customScalarAdapters: CustomScalarAdapters, withDefaultValues: Boolean)