Get Stakes By Ids Query
data class GetStakesByIdsQuery(val ids: List<Any>, val limit: Optional<Int?> = Optional.Absent, val cursor: Optional<String?> = Optional.Absent) : Query<GetStakesByIdsQuery.Data>
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Objects(val pageInfo: GetStakesByIdsQuery.PageInfo, val nodes: List<GetStakesByIdsQuery.Node>)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
open override fun serializeVariables(writer: JsonWriter, customScalarAdapters: CustomScalarAdapters, withDefaultValues: Boolean)