Fix test.

This commit is contained in:
Markus Padourek 2016-09-12 14:56:55 +01:00
parent 4b6066fd5b
commit 47c1f3e655

View File

@ -25,6 +25,7 @@ input IntroduceShipInput {
type IntroduceShipPayload { type IntroduceShipPayload {
ship: Ship ship: Ship
faction: Faction faction: Faction
clientMutationId: String
} }
type Mutation { type Mutation {