appwrite/docs/examples/1.6.x/server-graphql/examples/messaging/update-topic.md
2024-07-03 17:25:40 +02:00

270 B

mutation { messagingUpdateTopic( topicId: "<TOPIC_ID>", name: "", subscribe: ["any"] ) { _id _createdAt _updatedAt name emailTotal smsTotal pushTotal subscribe } }