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