Skip to content

IMSConnection

The connection type for IMS.

graphql
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

Released under the MIT License.