mirror of
https://github.com/appwrite/appwrite
synced 2026-05-15 04:59:01 +00:00
494 B
494 B
mutation { messagingCreateSubscriber( topicId: "<TOPIC_ID>", subscriberId: "<SUBSCRIBER_ID>", targetId: "<TARGET_ID>" ) { _id _createdAt _updatedAt targetId target { _id _createdAt _updatedAt name userId providerId providerType identifier } userId userName topicId providerType } }