WebHookEventsCollectionSegment
A segment of a collection.
type WebHookEventsCollectionSegment {
pageInfo: CollectionSegmentInfo!
items: [WebHookEvent!]
totalCount: Int!
}
Fields
WebHookEventsCollectionSegment.pageInfo ● CollectionSegmentInfo! non-null object
Information to aid in pagination.
WebHookEventsCollectionSegment.items ● [WebHookEvent!] list object
A flattened list of the items.
WebHookEventsCollectionSegment.totalCount ● Int! non-null scalar
Returned By
webHookEvents query