You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I wanna render published and draft entries, i use filter: { published: { in: [true, false} } and this works if i queried entries/entry
But, i have page, with block field, and i have block, which has relation field
... on Entry_Pages_Page {
id
blocks {
... on Set_Blocks_DistributionCentersGrid {
id
title
distributors {
title
}
}
}
}
distributors - field which uses Distributions collections
And i can't query draft distributors inside this block.
Is there any workaround?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello. I wanna render published and draft entries, i use
filter: { published: { in: [true, false} }
and this works if i queried entries/entryBut, i have page, with block field, and i have block, which has relation field
distributors - field which uses Distributions collections
And i can't query draft distributors inside this block.
Is there any workaround?
Beta Was this translation helpful? Give feedback.
All reactions