Merge branch 'hotfix/my-activities-categories' into develop
This commit is contained in:
commit
2785d6d405
|
|
@ -1,27 +1,32 @@
|
|||
query MyActivityQuery {
|
||||
myInstrumentActivity {
|
||||
edges {
|
||||
node {
|
||||
id
|
||||
edges {
|
||||
node {
|
||||
id
|
||||
title
|
||||
contents
|
||||
type {
|
||||
id
|
||||
type
|
||||
category
|
||||
category {
|
||||
id
|
||||
name
|
||||
foreground
|
||||
background
|
||||
}
|
||||
}
|
||||
slug
|
||||
bookmarks {
|
||||
id
|
||||
bookmarks {
|
||||
id
|
||||
uuid
|
||||
note {
|
||||
id
|
||||
text
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
myActivity {
|
||||
edges {
|
||||
node {
|
||||
|
|
|
|||
Loading…
Reference in New Issue