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

00
Days
00
Hours
00
Minutes
00
Seconds
Go back

Challenge #1

Will it compose?

Subgraph 1

type Query {
onTheFirstDayOfGraphmas: WunderGraph!
}
type WunderGraph {
gaveToMe: APartridgeInAQuery!
}
scalar APartridgeInAQuery

Subgraph 2

type Query {
jingle: Bells!
}
type Bells {
batManSmells: Boolean!
}