Packages

OpenAPI code generation for Gleam — parse specs, generate types, routes, clients, and React Query/SWR hooks

Current section

Files

Jump to
nori include nori@codegen@ir_Field.hrl
Raw

include/nori@codegen@ir_Field.hrl

-record(field, {
name :: binary(),
type_ref :: nori@codegen@ir:type_ref(),
required :: boolean(),
description :: gleam@option:option(binary()),
read_only :: boolean(),
write_only :: boolean()
}).