X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fgraphql-client;a=blobdiff_plain;f=bin%2Fgraphql;h=61279223b4590b7ad2c04e7d548ef2a91e4bc462;hp=724f6f32ec81750f3228a1bcce3c6f099b767f0d;hb=3f52bfc7da33474444b067c87f9ca362a21a66ff;hpb=1a966ff0db27d934fce36e2bd43ea6aace0a7555 diff --git a/bin/graphql b/bin/graphql index 724f6f3..6127922 100755 --- a/bin/graphql +++ b/bin/graphql @@ -112,9 +112,10 @@ By default, the response structure is printed as-is from the server, and the pro When unpack mode is enabled, if the response completes with no errors, only the data section of the response is printed and the program exits 0. If the response has errors, the whole response -structure is printed as-is and the program exits 1. +structure is printed as-is and the program exits 1. See L to see what this looks like in +practice. -See L. +Use C<--no-unpack> to disable if unpack mode was enabled via C. =head1 FORMAT