simple_graphql_client v0.1.0 SimpleGraphqlClient.Response View Source

Just Response struct and type

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %SimpleGraphqlClient.Response{
  body: map(),
  headers: keyword(),
  status_code: integer()
}