We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gq -v key=value
Thank you for developing this library. I'm grateful for your work.
When I run the command gq ${endpoint} -q {query} -v "key=YmFzZTY0IGVuY29kZWQ=", it fails with the following error:
gq ${endpoint} -q {query} -v "key=YmFzZTY0IGVuY29kZWQ="
Error: cannot parse variable 'key=YmFzZTY0IGVuY29kZWQ= (multiple '=')'
I'm pleased that I can pass a base64-encoded value using the 'v' option.
The text was updated successfully, but these errors were encountered:
gp -v key=value
gq -v key=val accept '=' in the val (fix hasura#134)
gq -v key=val
c351937
No branches or pull requests
Thank you for developing this library. I'm grateful for your work.
When I run the command
gq ${endpoint} -q {query} -v "key=YmFzZTY0IGVuY29kZWQ="
, it fails with the following error:I'm pleased that I can pass a base64-encoded value using the 'v' option.
The text was updated successfully, but these errors were encountered: