Merge branch 'hotfix/my-activities-categories' into develop

This commit is contained in:
Ramon Wenger 2022-10-24 17:22:29 +02:00
commit 2785d6d405
1 changed files with 15 additions and 10 deletions

View File

@ -1,27 +1,32 @@
query MyActivityQuery { query MyActivityQuery {
myInstrumentActivity { myInstrumentActivity {
edges { edges {
node { node {
id id
title title
contents contents
type { type {
id id
type type
category category {
id
name
foreground
background
}
} }
slug slug
bookmarks { bookmarks {
id id
uuid uuid
note { note {
id id
text text
} }
} }
} }
} }
} }
myActivity { myActivity {
edges { edges {
node { node {