cli/pkg/cmd
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
..
api Support GraphQL operationName in gh api command 2020-07-29 16:47:33 +02:00
gist remove redundant statement 2020-07-22 15:54:11 -05:00
repo final repo command cleanup 2020-07-27 14:09:07 -05:00