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
This commit is contained in:
Etienne
2025-07-02 16:37:24 +02:00
committed by GitHub
parent 54e233d7b9
commit ba67e0d5f4
14 changed files with 604 additions and 98 deletions

View File

@ -81,7 +81,9 @@ export class WorkspaceSchemaFactory {
await this.workspaceGraphQLSchemaFactory.create(
objectMetadataCollection,
workspaceResolverBuilderMethodNames,
{},
{
workspaceId: authContext.workspace.id,
},
);
usedScalarNames =