Current section
Files
Jump to
Current section
Files
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()
}).