Added basic bookmarks
This commit is contained in:
8
.wundergraph/operations/getBookmarks.graphql
Normal file
8
.wundergraph/operations/getBookmarks.graphql
Normal file
@ -0,0 +1,8 @@
|
||||
query Bookmarks {
|
||||
directus_bookmarks {
|
||||
id
|
||||
name
|
||||
url
|
||||
tags
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user