Skip to content
Discussion options

You must be logged in to vote

Ha! After some more digging I found the existing solution, which is actually quite close:

fragment ContentCollectionField on ContentBlockInterface {
    ... on contentCollection_ContentBlock {
        fieldX
        fieldY
        entryField1 {
            id
        }
        entriesField2 {
            id
        }
    }
}

Works like a charm. Closing this discussion, thanks for the 🦆

✌️

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LarsDol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
1 participant