Skip to content

Commit

Permalink
Removed unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Sep 17, 2015
1 parent f8deea2 commit c0aa0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ This code creates a mutation named `IntroduceShip`, which takes a faction
ID and a ship name as input. It outputs the `Faction` and the `Ship` in
question. `mutateAndGetPayload` then gets an object with a property for
each input field, performs the mutation by constructing the new ship, then
returns an object that will be resolved by the output fields.
returns an object that will be resolved by the output fields.

Our mutation type then creates the `introduceShip` field using the return
value of `mutationWithClientMutationId`.
Expand Down

0 comments on commit c0aa0e3

Please sign in to comment.