(input: typeof ConnectionRefInput.Type)
| 450 | }); |
| 451 | |
| 452 | const connectionRefFromInput = (input: typeof ConnectionRefInput.Type) => ({ |
| 453 | owner: input.owner as Owner, |
| 454 | integration: IntegrationSlug.make(input.integration), |
| 455 | name: ConnectionName.make(input.name), |
| 456 | }); |
| 457 | |
| 458 | const originFromInput = ( |
| 459 | origin: typeof ConnectionInputOriginInput.Type, |