Current section

Files

Jump to
gleamql include gleamql_Request.hrl
Raw

include/gleamql_Request.hrl

-record(request, {
http_request :: gleam@http@request:request(binary()),
'query' :: gleam@option:option(binary()),
variables :: gleam@option:option(list({binary(), gleam@json:json()}))
}).