ViewAccess
Represents a view's access.
type ViewAccess {
type: ViewAccessType!
canEdit: Boolean
users: [ID]
}
Fields
ViewAccess.type
● ViewAccessType!
non-null enum
The view's access type.
ViewAccess.canEdit
● Boolean
scalar
Whether the given users can edit this view.
ViewAccess.users
● [ID]
list scalar
The list of users who should be able to access this view. This is only applicable with ViewAccessType set to 'users'.
Member Of
View
object