BookmarkFolder
Contains data for a bookmark folder.
type BookmarkFolder {
id: ID!
name: String!
user: User!
deleted: Boolean!
defaultFolder: Boolean
bookmarkCount: Int
externalResourceId: ID
}
Fields
BookmarkFolder.id ● ID! non-null scalar
The id of the bookmark folder.
BookmarkFolder.name ● String! non-null scalar
The name of the bookmark folder.
BookmarkFolder.user ● User! non-null object
The user who owns the bookmark folder.
BookmarkFolder.deleted ● Boolean! non-null scalar
Returns true when the bookmark folder is deleted.
BookmarkFolder.defaultFolder ● Boolean scalar
Returns true when it is the default bookmark folder.
BookmarkFolder.bookmarkCount ● Int scalar
The count of bookmarks associated with the bookmark folder.
BookmarkFolder.externalResourceId ● ID scalar
The id of external resource.
Returned by
CreateBookmarkFolder mutation ● UpdateBookmarkFolder mutation ● UserBookmarks query
Member of
Bookmark object