bookmarks
DEPRECATED
Use views
instead
Return a list of bookmarks for this module.
bookmarks(
where: QueryBookmarksWhereWhereConditions
orderBy: [QueryBookmarksOrderByOrderByClause!]
first: Int! = 50
after: String
trashed: Trashed
): BookmarkConnection! @deprecated
Arguments
bookmarks.where
● QueryBookmarksWhereWhereConditions
input
bookmarks.orderBy
● [QueryBookmarksOrderByOrderByClause!]
list input
bookmarks.first
● Int!
non-null scalar
Limits number of fetched items. Maximum allowed value: 50.
bookmarks.after
● String
scalar
A cursor after which elements are returned.
bookmarks.trashed
● Trashed
enum
Allows to filter if trashed elements should be fetched.
Type
BookmarkConnection
object
A paginated list of Bookmark edges.