X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fgraphql-client;a=blobdiff_plain;f=README.md;fp=README.md;h=b8247a8e4674331ca3bc898e1bd863d82eecd02a;hp=d188b993ffeefbfe588435450fbf4185ee592d8c;hb=731d4977250fa7fec132712d1dfe06dc8d3332e2;hpb=46eab3f23427ab1151a7b4187b365bf1e211ec12;ds=sidebyside diff --git a/README.md b/README.md index d188b99..b8247a8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ graphql - Command-line GraphQL client # VERSION -version 0.602 +version 0.603 # SYNOPSIS @@ -116,9 +116,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 ["EXAMPLES"](#examples) to see what this looks like in +practice. -See ["EXAMPLES"](#examples). +Use `--no-unpack` to disable if unpack mode was enabled via `GRAPHQL_CLIENT_OPTIONS`. # FORMAT