Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@sdl_ast_UnionTypeDef.hrl
Raw

include/mochi@sdl_ast_UnionTypeDef.hrl

-record(union_type_def, {
name :: binary(),
description :: gleam@option:option(binary()),
directives :: list(mochi@sdl_ast:directive_usage()),
member_types :: list(binary())
}).