WebhookSubscriptionsFilterInput
Input object

The criteria to filter webhook subscriptions by.These are WebhookSubscription-specific extensions on top of the standard pagination arguments before, after, first and last.

Fields

NameDescription
afterDateTime 
DateTime
The creation date & time that resulting webhook subscriptions must succeed.This can be used to initiate the retrieval of paginated results. Subsequent queries should use the opaque cursors returned from WebhookSubscriptionsConnection.
beforeDateTime 
DateTime
The creation date & time that resulting webhook subscriptions must precede.This can be used to initiate the retrieval of paginated results. Subsequent queries should use the opaque cursors returned from WebhookSubscriptionsConnection.
eventTypeCodes 
[String!]
The event types of webhook subscriptions to retrieve.See Event implementations for a list of supported values.If this is not provided then events of all types will be returned.
hirerIds 
[String!]
The hirer IDs of the hirer-filtered webhook subscriptions to retrieve.A maximum of 100 identifiers may be provided.If this is not provided then both hirer-filtered and unfiltered subscriptions will be returned.
hirerScopedIndicator 
Boolean
Whether to include only hirer-scoped webhook subscriptions (true), only partner-scoped webhook subscriptions (false), or all webhook subscriptions (null / not provided).

Seen in

Parent nameParent typeDescription
webhookSubscriptionsQueryfilter argument