Skip to content

IMSProjectConnection

The connection type for IMSProject.

graphql
type IMSProjectConnection {
  edges: [IMSProjectEdge!]!
  nodes: [IMSProject!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

IMSProjectConnection.edges ● [IMSProjectEdge!]! non-null object

A list of all edges of the current page.

IMSProjectConnection.nodes ● [IMSProject!]! non-null object

A list of all nodes of the current page.

IMSProjectConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

IMSProjectConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

Component object ● IMS object ● IMSProjectTemplate object ● Project object ● Trackable interface

Released under the MIT License.