Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@ast_FragmentSpreadValue.hrl
Raw

include/mochi@ast_FragmentSpreadValue.hrl

-record(fragment_spread_value, {
name :: binary(),
directives :: list(mochi@ast:directive())
}).