Fix error in query on activity page

This commit is contained in:
Ramon Wenger 2022-10-24 17:21:21 +02:00
parent 5ead2c9af6
commit d49ccc06e9
1 changed files with 15 additions and 10 deletions

View File

@ -8,7 +8,12 @@ query MyActivityQuery {
type {
id
type
category
category {
id
name
foreground
background
}
}
slug
bookmarks {