Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@sdl_ast_DirectiveDef.hrl
Raw

include/mochi@sdl_ast_DirectiveDef.hrl

-record(directive_def, {
name :: binary(),
description :: gleam@option:option(binary()),
locations :: list(mochi@sdl_ast:directive_location()),
arguments :: list(mochi@sdl_ast:argument_def()),
repeatable :: boolean()
}).