appwrite/docs/examples/1.5.x/client-graphql/examples/teams/create.md
2024-02-25 00:34:42 +13:00

235 B

mutation { teamsCreate( teamId: "<TEAM_ID>", name: "", roles: [] ) { _id _createdAt _updatedAt name total prefs { data } } }