GetAccountOwnedTokensFromCollectionQuery

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

Constructors

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

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Current_token_ownerships_v2(val __typename: String, val currentTokenOwnershipFields: CurrentTokenOwnershipFields)
Link copied to clipboard
data class Data(val current_token_ownerships_v2: List<GetAccountOwnedTokensFromCollectionQuery.Current_token_ownerships_v2>) : 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
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)