cli/pkg
Mislav Marohnić d26cd64745 Support GraphQL operationName in gh api command
GraphQL supports supplying multiple queries in the `query` parameter,
but an additional `operationName` parameter is then required to select
the query to execute.

Previously, it was impossible to pass `operationName` since it would get
serialized under `variables`, but it needs to be a top-level parameter.
With this change, `operationName` is a special GraphQL parameter name
just like `query` already is.
2020-07-29 16:47:33 +02:00
..
browser Extract web browser launching to a package 2020-01-29 11:49:38 +01:00
cmd Support GraphQL operationName in gh api command 2020-07-29 16:47:33 +02:00
cmdutil isolate repo fork command and tweak usage 2020-07-27 13:04:31 -05:00
githubtemplate Improve support for legacy issue/PR template names 2020-07-15 18:16:16 +02:00
httpmock isolate repo fork command and tweak usage 2020-07-27 13:04:31 -05:00
iostreams isolate repo fork command and tweak usage 2020-07-27 13:04:31 -05:00
jsoncolor Add tests for jsoncolor 2020-06-08 16:05:00 +02:00
prompt add prompt.StubConfirm 2020-07-27 10:00:19 -05:00
surveyext review feedback 2020-05-11 17:06:18 -05:00
text Code fixes informed by golangci-lint failures (#738) 2020-04-03 16:33:34 +02:00