The next composition challenge will unlock at midnight (UTC) on November, 22nd
00
Days00
Hours00
Minutes00
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