mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
366 B
366 B
mutation { teamsCreateMembership( teamId: "[TEAM_ID]", email: "email@example.com", roles: [], url: "https://example.com" ) { _id _createdAt _updatedAt userId userName userEmail teamId teamName invited joined confirm roles } }