Resolve Name Service Names Query
data class ResolveNameServiceNamesQuery(val address: Any, val limit: Optional<Int?> = Optional.Absent, val cursor: Optional<String?> = Optional.Absent) : Query<ResolveNameServiceNamesQuery.Data>
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SuinsRegistrations(val pageInfo: ResolveNameServiceNamesQuery.PageInfo, val nodes: List<ResolveNameServiceNamesQuery.Node>)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
open override fun serializeVariables(writer: JsonWriter, customScalarAdapters: CustomScalarAdapters, withDefaultValues: Boolean)