(input: typeof ConnectionRefInput.Type)
| 429 | }); |
| 430 | |
| 431 | const connectionRefFromInput = (input: typeof ConnectionRefInput.Type) => ({ |
| 432 | owner: input.owner as Owner, |
| 433 | integration: IntegrationSlug.make(input.integration), |
| 434 | name: ConnectionName.make(input.name), |
| 435 | }); |
| 436 | |
| 437 | const originFromInput = ( |
| 438 | origin: typeof ConnectionInputOriginInput.Type, |