Commit Graph

7 Commits

Author SHA1 Message Date
Laurent GAY
61719d4d32 remove framasoft/absinthe-socket dependancy packages - #1814 2025-12-05 12:32:09 +01:00
Laurent GAY
36b93a273a re-introduce absinthe package in frontend (upload problem) / need to study vulnerability - #1814 2025-12-03 09:50:40 +01:00
Laurent GAY
c63ce29a33 remove absinthe package in frontend - #1814 2025-11-29 19:14:29 +01:00
Laurent GAY
c3e7f03f54 update frontend lib : eslint + typescript - #1815 2025-11-29 19:09:12 +01:00
Massedil
5b77cc17d2 feat(front): Remove __typename from variables
When reusing data from a query as an argument to another GraphQL operation, __typename fields can cause errors. To avoid this, you can use the removeTypenameFromVariables link to automatically remove __typename fields from variables in operations.

https://www.apollographql.com/docs/react/api/link/apollo-link-remove-typename
2025-09-12 21:36:58 +02:00
Thomas Citharel
d4489f691b fix(front-end): fix issues with expired accessToken refreshment queue
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-12-12 11:40:33 +01:00
Thomas Citharel
2e72f6faf4 build: switch from yarn to npm to manage js dependencies and move js contents to root
yarn v1 is being deprecated and starts to have some issues

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-11-14 17:24:42 +01:00