mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
392 B
392 B
mutation { usersCreateTarget( userId: "<USER_ID>", targetId: "<TARGET_ID>", providerType: "email", identifier: "", providerId: "<PROVIDER_ID>", name: "" ) { _id _createdAt _updatedAt name userId providerId providerType identifier expired } }