The next composition challenge will unlock at midnight (UTC) on November, 22nd
00
Days00
Hours00
Minutes00
Seconds Go back
Challenge #10
Will it compose?
Subgraph 1
type Query { onTheTenthDayOfGraphmas: WunderGraph!}
type WunderGraph { gaveToMe: LordsALeaping!}
type LordsALeaping { givenBy: WunderGraph!}
Subgraph 2
type Query { onGraphmasDayTheTenth: LordsALeaping!}
type LordsALeaping { givenBy: WunderGraph!}
type WunderGraph { gaveToMe: LordsALeaping!}