GetNamesQuery

data class GetNamesQuery(val offset: Optional<Int?> = Optional.Absent, val limit: Optional<Int?> = Optional.Absent, val where_condition: Optional<Current_aptos_names_bool_exp?> = Optional.Absent, val order_by: Optional<List<Current_aptos_names_order_by>?> = Optional.Absent) : Query<GetNamesQuery.Data>

Constructors

Link copied to clipboard
constructor(offset: Optional<Int?> = Optional.Absent, limit: Optional<Int?> = Optional.Absent, where_condition: Optional<Current_aptos_names_bool_exp?> = Optional.Absent, order_by: Optional<List<Current_aptos_names_order_by>?> = 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 Current_aptos_name(val __typename: String, val ansTokenFragment: AnsTokenFragment)
Link copied to clipboard
Link copied to clipboard
data class Data(val current_aptos_names: List<GetNamesQuery.Current_aptos_name>, val current_aptos_names_aggregate: GetNamesQuery.Current_aptos_names_aggregate) : Query.Data

Properties

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

Functions

Link copied to clipboard
open override fun adapter(): Adapter<GetNamesQuery.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)