Skip to main content

CreateViewInput

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

input CreateViewInput {
name: String
module: ViewModule!
isDefault: Boolean
metadata: JSON
access: ViewAccessInput!
}

Fields

CreateViewInput.name ● String scalar

The view's name.

CreateViewInput.module ● ViewModule! non-null enum

The view's module.

CreateViewInput.isDefault ● Boolean scalar

Whether this view is the default for the given module.

CreateViewInput.metadata ● JSON scalar

The view's metadata.

CreateViewInput.access ● ViewAccessInput! non-null input

The view's access.

Member Of

createView mutation