Skip to content

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.

readonly MutationInput: Record<string, any>

Defined in: builder/app.ts:65


readonly MutationOutput: Record<string, any>

Defined in: builder/app.ts:66


readonly QueryInput: Record<string, any>

Defined in: builder/app.ts:67


readonly QueryOutput: Record<string, any>

Defined in: builder/app.ts:68


readonly ReadAppInstance: ReadAppInstance

Defined in: builder/app.ts:69


readonly ReadItem: Record<string, ReadItem>

Defined in: builder/app.ts:70


readonly ReadRuntimeInstance: ReadRuntimeInstance

Defined in: builder/app.ts:71


readonly Template: Record<string, TemplateBuilder>

Defined in: builder/app.ts:72


readonly WriteAppInstance: WriteAppInstance

Defined in: builder/app.ts:73


readonly WriteItem: Record<string, WriteItem>

Defined in: builder/app.ts:74


readonly WriteRuntimeInstance: WriteRuntimeInstance

Defined in: builder/app.ts:75