Skip to main content

MarkViewAsDefaultInput

Provides the capabilities for updating a certain view's default state.

input MarkViewAsDefaultInput {
id: ID!
module: ViewModule!
isDefault: Boolean!
}

Fields

MarkViewAsDefaultInput.id ● ID! non-null scalar

The view's unique identifier.

MarkViewAsDefaultInput.module ● ViewModule! non-null enum

The view's module.

MarkViewAsDefaultInput.isDefault ● Boolean! non-null scalar

Define whether this view is the default.

Member Of

markViewAsDefault mutation