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