fixup! Add webpush front-end support
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
da4349e678
commit
8e647724ae
|
@ -2,8 +2,6 @@ import gql from "graphql-tag";
|
|||
|
||||
export const REGISTER_PUSH_MUTATION = gql`
|
||||
mutation RegisterPush($endpoint: String!, $keys: PushSubscriptionKeys!) {
|
||||
registerPush(endpoint: $endpoint, keys: $keys) {
|
||||
status
|
||||
}
|
||||
registerPush(endpoint: $endpoint, keys: $keys)
|
||||
}
|
||||
`;
|
||||
|
|
Loading…
Reference in New Issue