View Source BridgeEx.Graphql.Utils (bridge_ex v2.2.0)
Misc utils for handling Graphql requests/responses.
Link to this section Summary
Link to this section Types
Link to this section Functions
@spec decode_http_response( {:ok, HTTPoison.Response.t() | HTTPoison.AsyncResponse.t()} | {:error, HTTPoison.Error.t()}, String.t(), :strings | :atoms | :existing_atoms, Keyword.t() ) :: client_response()
@spec parse_response(graphql_response()) :: client_response()