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

00
Days
00
Hours
00
Minutes
00
Seconds
Go back

Challenge #5

Will it compose?

Subgraph 1

directive @key(fields: openfed_FieldSet!, resolvable: Boolean = true) on INTERFACE | OBJECT
scalar openfed_FieldSet
type WunderGraph @key(fields: "id") {
id: ID!
amIResolvable: Boolean!
}

Subgraph 2

type Query {
onTheFifthDayOfGraphmas: WunderGraph!
}
type WunderGraph {
id: ID!
gaveToMe: FiveColdGins!
}
scalar FiveColdGins