Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@sdl_ast_InputObjectTypeDef.hrl
Raw

include/mochi@sdl_ast_InputObjectTypeDef.hrl

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