OBJECT

ClusterNodeEdge

Description

Wrapper around the ClusterNode object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type ClusterNodeEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual ClusterNode object wrapped by this edge.
  • node: ClusterNode!
  • }