Add mutationMaximumRecordAffected to clientConfig (#6039)
We are exposing the server mutationMaximumRecordAffected value via clientConfig so it can be used by the FE. This is a first step for https://github.com/twentyhq/twenty/issues/6025 <img width="610" alt="Screenshot 2024-06-26 at 14 58 26" src="https://github.com/twentyhq/twenty/assets/1834158/9d192976-fd22-45d2-bdaa-a8ff6bb90ca2">
This commit is contained in:
@ -32,6 +32,9 @@ export const GET_CLIENT_CONFIG = gql`
|
||||
provider
|
||||
siteKey
|
||||
}
|
||||
api {
|
||||
mutationMaximumRecordAffected
|
||||
}
|
||||
chromeExtensionId
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user