Studio Service

NotificationRule

NotificationRule

Rule to notify a user for a certain type of object event.

FieldArgumentTypeDescription
nodeIdID!A globally unique identifier. Can be used in various places throughout the system to identify this single value.
idUUID!
screenIdUUID!
orgIdUUID!
eventString!
activeBoolean!
waitTimeInt!
createdByUUID
createdAtDatetime
spaceIdUUID
screenByScreenIdAndOrgIdScreenReads a single `Screen` that is related to this `NotificationRule`.
orgByOrgIdOrgReads a single `Org` that is related to this `NotificationRule`.
userByCreatedByUserReads a single `User` that is related to this `NotificationRule`.
spaceBySpaceIdSpaceReads a single `Space` that is related to this `NotificationRule`.
notificationSubscriptionsByNotificationRuleIdNotificationSubscriptionsConnection!Reads and enables pagination through a set of `NotificationSubscription`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[NotificationSubscriptionsOrderBy!]The method to use when ordering `NotificationSubscription`.
conditionNotificationSubscriptionConditionA condition to be used in determining which values should be returned by the collection.
filterNotificationSubscriptionFilterA filter to be used in determining which values should be returned by the collection.