SurfaceDispatchSelection
@gooi/surface-runtime / SurfaceDispatchSelection
Interface: SurfaceDispatchSelection
Defined in: runtime/surface-runtime/src/dispatch/dispatch-surface-request.ts:12
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
entrypointId | readonly | string | runtime/surface-runtime/src/dispatch/dispatch-surface-request.ts:16 |
entrypointKind | readonly | "query" | "mutation" | "route" | "query-stream" | "subscription" | runtime/surface-runtime/src/dispatch/dispatch-surface-request.ts:15 |
fieldBindings | readonly | Readonly<Record<string, string>> | runtime/surface-runtime/src/dispatch/dispatch-surface-request.ts:17 |
handlerId | readonly | string | runtime/surface-runtime/src/dispatch/dispatch-surface-request.ts:13 |
surfaceId | readonly | string | runtime/surface-runtime/src/dispatch/dispatch-surface-request.ts:14 |