The next composition challenge will unlock at midnight (UTC) on November, 22nd
00
Days00
Hours00
Minutes00
Seconds Go back
Challenge #6
Will it compose?
Subgraph 1
type Query { onTheSixthDayOfGraphmas: WunderGraph!}
type WunderGraph { gaveToMe: [GeeseAlaying]! didNotGiveToMe: [GanderAlaying]!}
scalar GeeseAlaying
scalar GanderAlaying
Subgraph 2
directive @shareable on FIELD_DEFINITION | OBJECT
type WunderGraph { gaveToMe: [GeeseAlaying]! didNotGiveToMe: [GanderAlaying]!}
scalar GeeseAlaying
scalar GanderAlaying