DeleteNotificationSubscriptionByIdPayload
DeleteNotificationSubscriptionByIdPayload
The output of our deleteNotificationSubscriptionById
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. | |
notificationSubscription | NotificationSubscription | ||
query | Query | Our root query field type. Allows us to run any query from our mutation payload. | |
notificationRuleByNotificationRuleId | NotificationRule | Reads a single `NotificationRule` that is related to this `NotificationSubscription`. | |
userByUserIdAndOrgId | User | Reads a single `User` that is related to this `NotificationSubscription`. | |
orgByOrgId | Org | Reads a single `Org` that is related to this `NotificationSubscription`. | |
spaceBySpaceId | Space | Reads a single `Space` that is related to this `NotificationSubscription`. | |
notificationSubscriptionEdge | NotificationSubscriptionsEdge | An edge for our `NotificationSubscription`. May be used by Relay 1. | |
orderBy | [NotificationSubscriptionsOrderBy!] | The method to use when ordering `NotificationSubscription`. |