PageInfo
Information about paging when working with a connection type.
type PageInfo {
  endCursor: String
  hasNextPage: Boolean!
  hasPreviousPage: Boolean!
  startCursor: String
}
Fields
PageInfo.endCursor ● String scalar
A cursor that corresponding with the last item in the page of results. Optional.
PageInfo.hasNextPage ● Boolean! non-null scalar
When paging forwards, a flag that indicates whether there are following items. When paging backwards, always returns false.
PageInfo.hasPreviousPage ● Boolean! non-null scalar
When paging backwards, a flag that indicates whether there are preceding items. When paging forwards, always returns false.
PageInfo.startCursor ● String scalar
A cursor that corresponding with the first item in the page of results. Optional.
Member Of
WebhookEventTypeConnection  object ● WebhookMessageConnection  object ● WebhookMessageDeliveryAttemptConnection  object ● WebhookSubscriptionConnection  object