OBJECT

AddBrowserPushSubscriptionPayload

link GraphQL Schema definition

1type AddBrowserPushSubscriptionPayload {
2
3# The opaque ID of the push subscription. The entire push subscription is not
4# returned because
5# there is no product use for it. Also, there is no existing query or mutation
6# that can use this ID,
7# but it could be used for future functionality.
8browserPushSubscriptionID: ID
9
10}