MutationOptions
Defined in: builder/app.ts:54
Extends
Section titled “Extends”Properties
Section titled “Properties”input?
Section titled “input?”
readonlyoptionalinput?: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.
Inherited from
Section titled “Inherited from”output?
Section titled “output?”
readonlyoptionaloutput?: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.