Get Account Tokens Count Query
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 Current_token_ownerships_v2_aggregate(val aggregate: GetAccountTokensCountQuery.Aggregate?)
Link copied to clipboard
data class Data(val current_token_ownerships_v2_aggregate: GetAccountTokensCountQuery.Current_token_ownerships_v2_aggregate) : Query.Data
Functions
Link copied to clipboard
Link copied to clipboard
open override fun serializeVariables(writer: JsonWriter, customScalarAdapters: CustomScalarAdapters, withDefaultValues: Boolean)