IMSUserConnection
The connection type for IMSUser.
graphql
type IMSUserConnection {
edges: [IMSUserEdge!]!
nodes: [IMSUser!]!
pageInfo: PageInfo!
totalCount: Int!
}Fields
IMSUserConnection.edges ● [IMSUserEdge!]! non-null object
A list of all edges of the current page.
IMSUserConnection.nodes ● [IMSUser!]! non-null object
A list of all nodes of the current page.
IMSUserConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
IMSUserConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Member Of
GropiusUser object ● IMS object ● IMSUserTemplate object