mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge branch 'response-refactor' of github.com:appwrite/appwrite into graphql
This commit is contained in:
@@ -47,8 +47,8 @@ class Response extends UtopiaResponse
|
||||
// Teams
|
||||
const MODEL_TEAM = 'team';
|
||||
const MODEL_TEAM_LIST = 'teamList';
|
||||
const MODEL_MEMBERSHIP = 'membership'; // - Missing
|
||||
const MODEL_MEMBERSHIP_LIST = 'membershipList'; // - Missing
|
||||
const MODEL_MEMBERSHIP = 'membership';
|
||||
const MODEL_MEMBERSHIP_LIST = 'membershipList';
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user