Wagner CS Filho

Results 1 issues of Wagner CS Filho

After calling the mutation, the refreshInfiniteQueries and refreshQueries are not effectively refreshing the related queries. Example: ```dart final query = useInfiniteQuery( "following-feed", ... ); final mutation = useMutation( mutationKey: 'create_post',...