Skip to content

MutationOptions

Defined in: builder/app.ts:54

readonly optional input?: InputDefinition | Record<string, PrimitiveDataType | MandatoryPrimitiveDataType>

Defined in: builder/app.ts:38

The builder input options are more permissive in what is accepted - they will be converted to InputType on the actual definition.

HandlerOptions.input


readonly optional output?: PrimitiveDataType | OutputDefinition | TemplateBuilder | TemplateBuilder[] | TemplateDefinition | TemplateDefinition[] | "template"

Defined in: builder/app.ts:44

The builder output options are more permissive in what is accepted - they will be converted to OutputType on the actual definition.

HandlerOptions.output