Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@response_GraphQLResponse.hrl
Raw

include/mochi@response_GraphQLResponse.hrl

-record(graph_q_l_response, {
data :: gleam@option:option(gleam@dynamic:dynamic_()),
errors :: gleam@option:option(list(mochi@error:graph_q_l_error())),
extensions :: gleam@option:option(gleam@dict:dict(binary(), gleam@dynamic:dynamic_())),
has_next :: gleam@option:option(boolean())
}).