AppBuilderTypes
Defined in: builder/app.ts:64
A set of types that can be passed to an AppBuilder to customize it’s structure. This default version is broadly typed. For a more specific AppBuilder, specific keys and references can be used to create full typing.
Properties
Section titled “Properties”MutationInput
Section titled “MutationInput”
readonlyMutationInput:Record<string,any>
Defined in: builder/app.ts:65
MutationOutput
Section titled “MutationOutput”
readonlyMutationOutput:Record<string,any>
Defined in: builder/app.ts:66
QueryInput
Section titled “QueryInput”
readonlyQueryInput:Record<string,any>
Defined in: builder/app.ts:67
QueryOutput
Section titled “QueryOutput”
readonlyQueryOutput:Record<string,any>
Defined in: builder/app.ts:68
ReadAppInstance
Section titled “ReadAppInstance”
readonlyReadAppInstance:ReadAppInstance
Defined in: builder/app.ts:69
ReadItem
Section titled “ReadItem”
readonlyReadItem:Record<string,ReadItem>
Defined in: builder/app.ts:70
ReadRuntimeInstance
Section titled “ReadRuntimeInstance”
readonlyReadRuntimeInstance:ReadRuntimeInstance
Defined in: builder/app.ts:71
Template
Section titled “Template”
readonlyTemplate:Record<string,TemplateBuilder>
Defined in: builder/app.ts:72
WriteAppInstance
Section titled “WriteAppInstance”
readonlyWriteAppInstance:WriteAppInstance
Defined in: builder/app.ts:73
WriteItem
Section titled “WriteItem”
readonlyWriteItem:Record<string,WriteItem>
Defined in: builder/app.ts:74
WriteRuntimeInstance
Section titled “WriteRuntimeInstance”
readonlyWriteRuntimeInstance:WriteRuntimeInstance
Defined in: builder/app.ts:75