INPUT_OBJECT

AddBrowserPushSubscriptionInput

link GraphQL Schema definition

1input AddBrowserPushSubscriptionInput {
4
2# An authentication secret. It must be a non-blank string.
3auth: String!
11
5# A custom URL pointing to a push server, which can be used to send a push message
6# to the
7# particular service worker instance that subscribed to the push service. It must
8# be a
9# non-blank string.
10endpoint: String!
15
12# An Elliptic curve Diffie–Hellman public key on the P-256 curve. It must be a
13# non-blank string.
14p256DH: String!
16}