GraphQL INPUT_OBJECT

UpdateBiBookmarkInput

Input for BI bookmark update.

link Definition

  • input UpdateBiBookmarkInput {
  • # Unique ID of the bookmark.
  • bookmarkId: Int
  • # Whether or not the bookmark is a default cleverbridge BI bookmark.
  • isDefaultBookmark: Boolean
  • # Tags that you would like to add to the bookmark.
  • tags: [String]
  • }

link Required by