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