Patch Changes
-
#5508
a9194b62337
Thanks @Conqxeror! - fix(utils): handle nested fields in generateSorting #5348This change addresses an issue with nested fields in the generateSorting utility function. The fix ensures that sorting works correctly when dealing with nested fields in the GraphQL query generation.
-
#5695
79865affa1c
Thanks @BatuhanW! - chore: apply biome format and fix lint errors.