Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@error_GraphQLError.hrl
Raw

include/mochi@error_GraphQLError.hrl

-record(graph_q_l_error, {
message :: binary(),
locations :: gleam@option:option(list(mochi@error:location())),
path :: gleam@option:option(list(mochi@error:path_segment())),
extensions :: gleam@option:option(gleam@dict:dict(binary(), gleam@dynamic:dynamic_()))
}).