Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@sdl_ast_DirectiveUsage.hrl
Raw

include/mochi@sdl_ast_DirectiveUsage.hrl

-record(directive_usage, {
name :: binary(),
arguments :: list(mochi@sdl_ast:directive_argument())
}).