@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 +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -990,7 +990,9 @@ function useLogout() {
|
|
|
990
990
|
},
|
|
991
991
|
onSuccess: async () => {
|
|
992
992
|
queryClient2.setQueryData(["appwrite"], null);
|
|
993
|
+
queryClient2.setQueryData(["appwrite", "account"], null);
|
|
993
994
|
queryClient2.removeQueries({ queryKey: ["appwrite"] });
|
|
995
|
+
queryClient2.removeQueries({ queryKey: ["appwrite", "account"] });
|
|
994
996
|
queryClient2.clear();
|
|
995
997
|
}
|
|
996
998
|
});
|