PermissionTemplateTypePaginationConnection
The connection type for PermissionTemplateType.
Fields
edges
· [PermissionTemplateTypeEdge] · A list of edges. nodes
· [PermissionTemplateType] · A list of nodes. Used By
Definition
"""The connection type for PermissionTemplateType."""type PermissionTemplateTypePaginationConnection { """ A list of edges. """ edges: [PermissionTemplateTypeEdge]
""" A list of nodes. """ nodes: [PermissionTemplateType]
""" Information to aid in pagination. """ page_info: PageInfo!
""" Total count of items. """ total_count: Int!}