(input: typeof ConnectionRefInput.Type)
| 410 | }); |
| 411 | |
| 412 | const connectionRefFromInput = (input: typeof ConnectionRefInput.Type) => ({ |
| 413 | owner: input.owner as Owner, |
| 414 | integration: IntegrationSlug.make(input.integration), |
| 415 | name: ConnectionName.make(input.name), |
| 416 | }); |
| 417 | |
| 418 | const originFromInput = ( |
| 419 | origin: typeof ConnectionInputOriginInput.Type, |