Revert "Fixed starwars relay tests schema representation"

This reverts commit c54b495b16.
This commit is contained in:
Syrus Akbary 2016-09-08 21:02:29 -07:00
parent 9992952908
commit 630556004a

View File

@ -17,9 +17,9 @@ type Faction implements Node {
} }
input IntroduceShipInput { input IntroduceShipInput {
clientMutationId: String
factionId: String!
shipName: String! shipName: String!
factionId: String!
clientMutationId: String
} }
type IntroduceShipPayload { type IntroduceShipPayload {