IMSUserEdge
An edge in a connection.
type IMSUserEdge {
  cursor: String!
  node: IMSUser!
}
Fields
IMSUserEdge.cursor ● String! non-null scalar
A cursor used in pagination.
IMSUserEdge.node ● IMSUser! non-null object
The item at the end of the edge.
Member of
IMSUserConnection  object