ViewAccessInput
Provides the fields and values to use when specifying view's access.
input ViewAccessInput {
type: ViewAccessType!
canEdit: Boolean
users: [ID!]
}
Fields
ViewAccessInput.type ● ViewAccessType! non-null enum
The view's access type.
ViewAccessInput.canEdit ● Boolean scalar
Whether the given users can edit this view.
ViewAccessInput.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
CreateViewInput input ● UpdateViewInput input