Merge branch 'hotfix/my-activities-categories' into develop
This commit is contained in:
commit
2785d6d405
|
|
@ -8,7 +8,12 @@ query MyActivityQuery {
|
||||||
type {
|
type {
|
||||||
id
|
id
|
||||||
type
|
type
|
||||||
category
|
category {
|
||||||
|
id
|
||||||
|
name
|
||||||
|
foreground
|
||||||
|
background
|
||||||
|
}
|
||||||
}
|
}
|
||||||
slug
|
slug
|
||||||
bookmarks {
|
bookmarks {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue