OBJECT
NotificationRulesQuery
link GraphQL Schema definition
- type NotificationRulesQuery {
- # Direct access to individual notification rules provider queries through
- # per-provider fields.
- #
- # The top-level notification rules queries leverage these providers based upon the
- # notification rules query's provider name.
- NotificationRulesProviders! :
- # Query notification rules for the given provider and filters
- #
- # Arguments
- # after: [Not documented]
- # filter: [Not documented]
- # first: [Not documented]
- # providerName: [Not documented]
- # sort: [Not documented]
- (
- String, :
- QueryFilter, :
- Int, :
- String!, :
- QuerySort!] : [
- ): NotificationRuleConnection
- }