Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@response_IncrementalResponse.hrl
Raw

include/mochi@response_IncrementalResponse.hrl

-record(incremental_response, {
initial :: mochi@response:graph_q_l_response(),
patches :: list(mochi@response:deferred_patch_response())
}).