Improve callCloudCode mutation to receive a CloudCodeFunction enum instead of a String (#6029)
* Add listing test * Improvements * Fixinf package.json * Fix package.json * Fix tests
This commit is contained in:
committed by
GitHub
parent
33d2b16476
commit
a754b883b2
@@ -33,6 +33,7 @@ class ParseGraphQLServer {
|
||||
databaseController: this.parseServer.config.databaseController,
|
||||
log: this.log,
|
||||
graphQLCustomTypeDefs: this.config.graphQLCustomTypeDefs,
|
||||
appId: this.parseServer.config.appId,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user