Files
twenty/packages/twenty-server
Etienne ba67e0d5f4 Connect - Update Gql schema generation (#13001)
To test : 

```
mutation testMutation {
  createPerson(
    data: {company: {connect: {where: {domainName: {primaryLinkUrl: "airbnb.com"}}}}}
  ) {
    id
  }
}
```

closes https://github.com/twentyhq/core-team-issues/issues/1167
2025-07-02 14:37:24 +00:00
..
2024-09-18 17:35:08 +02:00
2025-06-30 16:29:57 +02:00
2024-09-20 11:02:52 +02:00
2025-06-27 14:31:27 +02:00