From 630556004a879e74b1bfde02cd1602acfc39e9ee Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Thu, 8 Sep 2016 21:02:29 -0700 Subject: [PATCH] Revert "Fixed starwars relay tests schema representation" This reverts commit c54b495b168d5ec63b0754ce3f86afacb330cf02. --- examples/starwars_relay/tests/test_objectidentification.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/starwars_relay/tests/test_objectidentification.py b/examples/starwars_relay/tests/test_objectidentification.py index d9af796f..cd63dd54 100644 --- a/examples/starwars_relay/tests/test_objectidentification.py +++ b/examples/starwars_relay/tests/test_objectidentification.py @@ -17,9 +17,9 @@ type Faction implements Node { } input IntroduceShipInput { - clientMutationId: String - factionId: String! shipName: String! + factionId: String! + clientMutationId: String } type IntroduceShipPayload {