Skip to content

updateView ​

Updates the specified View, requires MANAGE_VIEWS on the project owning the view.

graphql
updateView(
  input: UpdateViewInput!
): UpdateViewPayload!

Arguments ​

updateView.input ● UpdateViewInput! non-null input ​

Defines which View to update and how to update it

Type ​

UpdateViewPayload object ​

Released under the MIT License.