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

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