PortalUserEdge
An edge in a connection.
type PortalUserEdge {
cursor: String!
node: PortalUser
}
Fields
PortalUserEdge.cursor
● String!
non-null scalar
A cursor for use in pagination.
PortalUserEdge.node
● PortalUser
object
The item at the end of the edge.
Member Of
PortalUserConnection
object