mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
514 B
514 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 expired } userId userName topicId providerType } }