@@ -7,6 +7,7 @@ import "graphiql/graphiql.css";
const fetcher = async (params) => {
const res = await fetch(import.meta.env.VITE_GRAPHQL_ENDPOINT, {
method: "POST",
credentials: "include",
headers: {
"Content-Type": "application/json",
},
The note is not visible to the blocked user.