Skip to main content

UpdateViewInput

Provides the fields and values to use when updating a view.

input UpdateViewInput {
id: ID!
name: String
module: ViewModule
isDefault: Boolean
metadata: JSON
access: ViewAccessInput
}

Fields

UpdateViewInput.id ● ID! non-null scalar

View's unique identifier.

UpdateViewInput.name ● String scalar

The view's name.

UpdateViewInput.module ● ViewModule enum

The v's module.

UpdateViewInput.isDefault ● Boolean scalar

Whether this view is the default for the given module.

UpdateViewInput.metadata ● JSON scalar

The view's metadata.

UpdateViewInput.access ● ViewAccessInput input

The view's access.

Member Of

updateView mutation