The next composition challenge will unlock at midnight (UTC) on May, 20th

00
Days
00
Hours
00
Minutes
00
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!
}