Get Checkpoints Query
data class GetCheckpointsQuery(val first: Optional<Int?> = Optional.Absent, val before: Optional<String?> = Optional.Absent, val last: Optional<Int?> = Optional.Absent, val after: Optional<String?> = Optional.Absent) : Query<GetCheckpointsQuery.Data>
Types
Link copied to clipboard
data class Checkpoints(val pageInfo: GetCheckpointsQuery.PageInfo, val nodes: List<GetCheckpointsQuery.Node>)
Link copied to clipboard
Link copied to clipboard
Properties
Functions
Link copied to clipboard
Link copied to clipboard
open override fun serializeVariables(writer: JsonWriter, customScalarAdapters: CustomScalarAdapters, withDefaultValues: Boolean)