lowip
10/17/2017, 11:23 PMlist
option for the permissions (https://github.com/graphcool/graphcool-json-schema/blob/master/src/schema.json#L105) but when running graphcool deploy
I have the following error:
Global
✖ unhandled error: Wrong operation defined for ModelPermission. You supplied: 'list'
Also, enumeration seems to be enabled for everyone by defaultnilan
10/18/2017, 11:48 AMlist
is not yet implemented: https://github.com/graphcool/graphcool-json-schema/pull/4nilan
10/18/2017, 11:48 AMenumeration
?lowip
10/18/2017, 12:20 PMallUsers
querynilan
10/18/2017, 12:20 PMUser.read
lowip
10/18/2017, 12:24 PMUser.read
permissions for when someone is accessing a user when listing another type, e.g. ‘Comment’ (which have a ‘User’ author)nilan
10/18/2017, 12:25 PMnilan
10/18/2017, 12:25 PMlowip
10/18/2017, 12:32 PMid
, prevent 'searching/listing' of all usersnilan
10/18/2017, 12:39 PMlowip
10/18/2017, 12:44 PMPost
or my Comment
type who both have a relation to User
nilan
10/18/2017, 12:45 PMlowip
10/18/2017, 1:01 PMallPosts
for instance, Comment
is a relation on Post
nilan
10/18/2017, 1:03 PMnilan
10/18/2017, 1:03 PMlowip
10/18/2017, 1:32 PMnilan
10/18/2017, 1:32 PM