IMSUserEdge
An edge in a connection.
graphql
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