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