Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@response_DeferredPatchResponse.hrl
Raw

include/mochi@response_DeferredPatchResponse.hrl

-record(deferred_patch_response, {
path :: list(binary()),
data :: gleam@option:option(gleam@dynamic:dynamic_()),
errors :: gleam@option:option(list(mochi@error:graph_q_l_error())),
label :: gleam@option:option(binary()),
has_next :: boolean()
}).