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: 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]
  • queryNotificationRules(
  • after: String,
  • filter: QueryFilter,
  • first: Int,
  • providerName: String!,
  • sort: [QuerySort!]
  • ): NotificationRuleConnection
  • }