Skip to content

IMSTemplateConnection

The connection type for IMSTemplate.

graphql
type IMSTemplateConnection {
  edges: [IMSTemplateEdge!]!
  nodes: [IMSTemplate!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

IMSTemplateConnection.edges ● [IMSTemplateEdge!]! non-null object

A list of all edges of the current page.

IMSTemplateConnection.nodes ● [IMSTemplate!]! non-null object

A list of all nodes of the current page.

IMSTemplateConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

IMSTemplateConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

imsTemplates query

Member Of

IMSTemplate object

Released under the MIT License.