Closed justinvdm closed 7 months ago
We were generating types that looked like "id1 | id2" instead of "id1" | "id2".
"id1 | id2"
"id1" | "id2"
Also adds corresponding e2e tests.
`connect` only needs ids, but the types require all the fields to be given.
We were generating types that looked like
"id1 | id2"
instead of"id1" | "id2"
.Also adds corresponding e2e tests.