GraphQL INPUT_OBJECT
Input for BI bookmark update.
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]}