IMSConnection
The connection type for IMS.
type IMSConnection {
edges: [IMSEdge!]!
nodes: [IMS!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
IMSConnection.edges
● [IMSEdge!]!
non-null object
A list of all edges of the current page.
IMSConnection.nodes
● [IMS!]!
non-null object
A list of all nodes of the current page.
IMSConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
IMSConnection.totalCount
● Int!
non-null scalar
Identifies the total count of items in the connection.
Returned by
imss
query
Member of
IMSPermission
object ● IMSTemplate
object