Skip to main content

CreateBookmarkInput

The input fields and values to use when creating a bookmark.

input CreateBookmarkInput {
note: String!
bookmarkFolderId: UUID!
topicId: UUID!
}

Fields

CreateBookmarkInput.note ● String! non-null scalar

The note of the bookmark.

CreateBookmarkInput.bookmarkFolderId ● UUID! non-null scalar

The id of the bookmark folder.

CreateBookmarkInput.topicId ● UUID! non-null scalar

The id of the topic.

Member of

CreateBookmark mutation