Bookmark
Represents a bookmark type.
type Bookmark {
id: ID!
name: String
module: BookmarkModule!
isDefault: Boolean
metadata: JSON
createdAt: DateTimeTz!
updatedAt: DateTimeTz!
deletedAt: DateTimeTz
}
Fields
Bookmark.id ● ID! non-null scalar
Bookmark's unique identifier.
Bookmark.name ● String scalar
The bookmarks's name.
Bookmark.module ● BookmarkModule! non-null enum
The bookmarks's module.
Bookmark.isDefault ● Boolean scalar
Whether this bookmark is the default for the given module.
Bookmark.metadata ● JSON scalar
The bookmark's metadata.
Bookmark.createdAt ● DateTimeTz! non-null scalar
The date and time when the bookmark was created.
Bookmark.updatedAt ● DateTimeTz! non-null scalar
The date and time when the bookmark was last updated.
Bookmark.deletedAt ● DateTimeTz scalar
The date and time when the bookmark was deleted.
Member Of
BookmarkEdge object