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