(input: typeof ConnectionRefInput.Type)
| 419 | }); |
| 420 | |
| 421 | const connectionRefFromInput = (input: typeof ConnectionRefInput.Type) => ({ |
| 422 | owner: input.owner as Owner, |
| 423 | integration: IntegrationSlug.make(input.integration), |
| 424 | name: ConnectionName.make(input.name), |
| 425 | }); |
| 426 | |
| 427 | const originFromInput = ( |
| 428 | origin: typeof ConnectionInputOriginInput.Type, |