viewCreate

Graphql fields and variables for the viewCreate mutation

Create a view

Scope required: standard:write

For a complete list of input attributes see the ViewAttributes type

mutation viewCreate ($attributes: ViewAttributes!) {
  viewCreate (attributes: $attributes) {
      errors
      view {
        columns
        conditions
        id
        isDefault
        name
        obj
        sortBy
        sortOrder
        userId
      }
  }
}

Arguments

Name
Type
Description

attributes

Response

Name
Type
Description

errors

List (String)

view

Last updated

Was this helpful?