appwrite/docs/examples/1.5.x/client-graphql/examples/messaging/create-subscriber.md
2024-02-25 00:34:42 +13:00

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 } }