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