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