Studio Service

SubscribeNotificationPayload

SubscribeNotificationPayload

The output of our subscribeNotification mutation.

FieldArgumentTypeDescription
clientMutationIdStringThe exact same `clientMutationId` that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.
notificationRuleNotificationRule
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
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`.
notificationRuleEdgeNotificationRulesEdgeAn edge for our `NotificationRule`. May be used by Relay 1.
orderBy[NotificationRulesOrderBy!]The method to use when ordering `NotificationRule`.