Mutation
Variables
Response
Mutations
registerWebPushSubscription
Registers a web push subscription and returns a web push state.
MUTATION
registerWebPushSubscription(input: RegisterWebPushSubscriptionInput!): WebPushState!Arguments
input
required
Values for the requested operation.
Returns
configured
Boolean!
Whether this web push state is configured.
publicKey
String
The public key associated with this web push state. May be null when unavailable or not applicable.
subscriptionCount
Int!
Number of subscriptions.
Mutation
Variables
Response