Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@sdl_ast_InterfaceTypeExtension.hrl
Raw

include/mochi@sdl_ast_InterfaceTypeExtension.hrl

-record(interface_type_extension, {
name :: binary(),
directives :: list(mochi@sdl_ast:directive_usage()),
fields :: list(mochi@sdl_ast:field_def())
}).