SubscribeNotificationPayload
SubscribeNotificationPayload
The output of our subscribeNotification mutation.
| Field | Argument | Type | Description |
|---|---|---|---|
| clientMutationId | String | The exact same `clientMutationId` that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations. | |
| notificationRule | NotificationRule | ||
| query | Query | Our root query field type. Allows us to run any query from our mutation payload. | |
| screenByScreenIdAndOrgId | Screen | Reads a single `Screen` that is related to this `NotificationRule`. | |
| orgByOrgId | Org | Reads a single `Org` that is related to this `NotificationRule`. | |
| userByCreatedBy | User | Reads a single `User` that is related to this `NotificationRule`. | |
| spaceBySpaceId | Space | Reads a single `Space` that is related to this `NotificationRule`. | |
| notificationRuleEdge | NotificationRulesEdge | An edge for our `NotificationRule`. May be used by Relay 1. | |
| orderBy | [NotificationRulesOrderBy!] | The method to use when ordering `NotificationRule`. | |