Get ParseConfig parameters with Master Key (#5954)
* added saving, retrieving * added tests * fixed typo * added masterKeyOnly to schema controller
This commit is contained in:
committed by
Antonio Davi Macedo Coelho de Castro
parent
422f222204
commit
89e8868a85
@@ -131,6 +131,7 @@ const defaultColumns: { [string]: SchemaFields } = Object.freeze({
|
||||
_GlobalConfig: {
|
||||
objectId: { type: 'String' },
|
||||
params: { type: 'Object' },
|
||||
masterKeyOnly: { type: 'Object' },
|
||||
},
|
||||
_GraphQLConfig: {
|
||||
objectId: { type: 'String' },
|
||||
|
||||
Reference in New Issue
Block a user