mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +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 } }