OBJECT

HostShareEdge

Description

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

link GraphQL Schema definition

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