appwrite/docs/examples/1.7.x/server-graphql/examples/messaging/update-topic.md
2025-05-18 02:28:12 +12:00

270 B

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