ironically after one hour of headpounding before a...
# apollo-kotlin
j
ironically after one hour of headpounding before asking the question, ive made a breakthrouhg: if i simplify one of the fragments it compiles...
Copy code
fragment ThreeLayerBreakdown on AbstractBreakdown {
    ...TokenBreakdownV3Fragment
    breakdown {
        ...TokenBreakdownV3Fragment
        breakdown {
            ...TokenBreakdownV3Fragment
        }
    }
}