Studio Service

DeleteNotificationSubscriptionByIdPayload

DeleteNotificationSubscriptionByIdPayload

The output of our deleteNotificationSubscriptionById 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.
notificationSubscriptionNotificationSubscription
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
notificationRuleByNotificationRuleIdNotificationRuleReads a single `NotificationRule` that is related to this `NotificationSubscription`.
userByUserIdAndOrgIdUserReads a single `User` that is related to this `NotificationSubscription`.
orgByOrgIdOrgReads a single `Org` that is related to this `NotificationSubscription`.
spaceBySpaceIdSpaceReads a single `Space` that is related to this `NotificationSubscription`.
notificationSubscriptionEdgeNotificationSubscriptionsEdgeAn edge for our `NotificationSubscription`. May be used by Relay 1.
orderBy[NotificationSubscriptionsOrderBy!]The method to use when ordering `NotificationSubscription`.