@zeroin.earth/appwrite-graphql 0.15.3 → 0.15.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1064,7 +1064,9 @@ function useLogout() {
1064
1064
  },
1065
1065
  onSuccess: async () => {
1066
1066
  queryClient2.setQueryData(["appwrite"], null);
1067
+ queryClient2.setQueryData(["appwrite", "account"], null);
1067
1068
  queryClient2.removeQueries({ queryKey: ["appwrite"] });
1069
+ queryClient2.removeQueries({ queryKey: ["appwrite", "account"] });
1068
1070
  queryClient2.clear();
1069
1071
  }
1070
1072
  });