mirror of
https://github.com/appwrite/appwrite
synced 2026-05-18 06:29:06 +00:00
216 B
216 B
mutation { teamsCreate( teamId: "[TEAM_ID]", name: "[NAME]" ) { _id _createdAt _updatedAt name total prefs { data } } }