Skip to content

createView

Creates a new View, requires MANAGE_VIEWS on the project owning the view.

graphql
createView(
  input: CreateViewInput!
): CreateViewPayload!

Arguments

createView.input ● CreateViewInput! non-null input

Defines the created View

Type

CreateViewPayload object

Released under the MIT License.