(input: typeof ConnectionRefInput.Type)
| 442 | }); |
| 443 | |
| 444 | const connectionRefFromInput = (input: typeof ConnectionRefInput.Type) => ({ |
| 445 | owner: input.owner as Owner, |
| 446 | integration: IntegrationSlug.make(input.integration), |
| 447 | name: ConnectionName.make(input.name), |
| 448 | }); |
| 449 | |
| 450 | const originFromInput = ( |
| 451 | origin: typeof ConnectionInputOriginInput.Type, |