Skip to content

UpdateViewPayload

No description

graphql
type UpdateViewPayload {
  view: View!
}

Fields

UpdateViewPayload.view ● View! non-null object

The updated View

Returned By

updateView mutation

Released under the MIT License.