more changes
This commit is contained in:
parent
beaf92f7c4
commit
a3a4af7965
18 changed files with 165 additions and 24 deletions
|
|
@ -10,7 +10,7 @@ defmodule EzcontainerRailway.GraphqlClient do
|
|||
|
||||
case Req.Request.put_headers(Req.new(), [{"Authorization", "Bearer #{opts[:token]}"}]) |> Req.post(url: @graphql_url, json: body) do
|
||||
{:ok, resp} -> resp
|
||||
{:error, _} -> :error
|
||||
{:error, e} -> raise(e)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue