( schema: S )
| 220 | * @category generated |
| 221 | */ |
| 222 | export const GeneratedByApp = <S extends Schema.Schema.All | Schema.PropertySignature.All>( |
| 223 | schema: S |
| 224 | ): GeneratedByApp<S> => |
| 225 | Field({ |
| 226 | select: schema, |
| 227 | insert: schema, |
| 228 | update: schema, |
| 229 | json: schema |
| 230 | }) |
| 231 | |
| 232 | /** |
| 233 | * @since 1.0.0 |
nothing calls this directly
no test coverage detected
searching dependent graphs…