Get Number Of Delegators Query
data class GetNumberOfDelegatorsQuery(val where_condition: Optional<Num_active_delegator_per_pool_bool_exp?> = Optional.Absent, val order_by: Optional<List<Num_active_delegator_per_pool_order_by>?> = Optional.Absent) : Query<GetNumberOfDelegatorsQuery.Data>
Constructors
Link copied to clipboard
constructor(where_condition: Optional<Num_active_delegator_per_pool_bool_exp?> = Optional.Absent, order_by: Optional<List<Num_active_delegator_per_pool_order_by>?> = Optional.Absent)
Types
Link copied to clipboard
data class Data(val num_active_delegator_per_pool: List<GetNumberOfDelegatorsQuery.Num_active_delegator_per_pool>) : Query.Data
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
open override fun serializeVariables(writer: JsonWriter, customScalarAdapters: CustomScalarAdapters, withDefaultValues: Boolean)