Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@schema_ObjectType.hrl
Raw

include/mochi@schema_ObjectType.hrl

-record(object_type, {
name :: binary(),
description :: gleam@option:option(binary()),
fields :: gleam@dict:dict(binary(), mochi@schema:field_definition()),
interfaces :: list(mochi@schema:interface_type())
}).