mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
766 B
766 B
mutation {
messagingUpdatePush(
messageId: "<MESSAGE_ID>",
topics: [],
users: [],
targets: [],
title: "<TITLE>",
body: "<BODY>",
data: "{}",
action: "<ACTION>",
image: "<ID1:ID2>",
icon: "<ICON>",
sound: "<SOUND>",
color: "<COLOR>",
tag: "<TAG>",
badge: 0,
draft: false,
scheduledAt: "",
contentAvailable: false,
critical: false,
priority: "normal"
) {
_id
_createdAt
_updatedAt
providerType
topics
users
targets
scheduledAt
deliveredAt
deliveryErrors
deliveredTotal
data
status
}
}