dillonkearns / elm-graphql

Autogenerate type-safe GraphQL queries in Elm.

Home Page:https://package.elm-lang.org/packages/dillonkearns/elm-graphql/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Header values with colons are not supported

klaftertief opened this issue · comments

Setting a header like --header 'x-hasura-admin-secret: some:secret'with a colon : in its value does not work, because when parsing the header flag only one colon ist taken into account to distinguish between header key and value.