The next composition challenge will unlock at midnight (UTC) on November, 22nd
00
Days00
Hours00
Minutes00
Seconds Go back
Challenge #2
Will it compose?
Subgraph 1
type Mutation { onTheSecondDayOfGraphmas(input: MutatedDoveInput!): WunderGraph!}
input MutatedDoveInput { name: String!}
type MutatedDove { name: String!}
type WunderGraph { gaveToMe: [MutatedDove!]!}
Subgraph 2
type Mutation { allIWantForGraphmas(input: String!): [String!]!}