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

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