appwrite/docs/examples/1.5.x/server-graphql/examples/messaging/update-topic.md
2024-02-25 00:34:42 +13:00

270 B

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