savedViewUpdate
mutation
Update saved view. SavedViewUpdateMutationResponse
Arguments
input
SavedViewUpdateMutationInput!
required
Example Operation
# N-able GraphQL Operation

mutation SavedViewUpdate($input: SavedViewUpdateMutationInput!) {
  savedViewUpdate(input: $input) {
    # savedViewUpdate fields
  }
}