1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
input A { otherA: A! } input B { other: [B!]! yetAnother: B } input Transitively { other: Intermediate1! } input Intermediate1 { name: String! second: Intermediate2! } input Intermediate2 { back: Transitively! }