Skip to content

CreateViewPayload

No description

graphql
type CreateViewPayload {
  view: View!
}

Fields

CreateViewPayload.view ● View! non-null object

The created View

Returned By

createView mutation

Released under the MIT License.