IMSTemplateConnection
The connection type for IMSTemplate.
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