Get Account Owned Tokens By Token Data Query
data class GetAccountOwnedTokensByTokenDataQuery(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<GetAccountOwnedTokensByTokenDataQuery.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
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<GetAccountOwnedTokensByTokenDataQuery.Current_token_ownerships_v2>) : Query.Data
Functions
Link copied to clipboard
Link copied to clipboard
open override fun serializeVariables(writer: JsonWriter, customScalarAdapters: CustomScalarAdapters, withDefaultValues: Boolean)