DynamicEntityTemplateGroupsConnection
A connection to a list of items.
type DynamicEntityTemplateGroupsConnection {
pageInfo: PageInfo!
edges: [DynamicEntityTemplateGroupsEdge!]
nodes: [DynamicEntityTemplateGroup]
totalCount: Int!
}
Fields
DynamicEntityTemplateGroupsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
DynamicEntityTemplateGroupsConnection.edges ● [DynamicEntityTemplateGroupsEdge!] list object
A list of edges.
DynamicEntityTemplateGroupsConnection.nodes ● [DynamicEntityTemplateGroup] list object
A flattened list of the nodes.
DynamicEntityTemplateGroupsConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.