Fix error in query on activity page
This commit is contained in:
parent
5ead2c9af6
commit
d49ccc06e9
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue