chore: minor fixes and improvements

This commit is contained in:
liyasthomas
2021-10-16 20:54:19 +05:30
parent dea3a34e3d
commit 9ac1d23fd9
5 changed files with 24 additions and 32 deletions

View File

@@ -8,7 +8,7 @@ export const resolversDef: GraphCacheResolvers = {
}),
user: (_parent, { uid }, _cache, _info) => ({
__typename: "User",
uid: uid,
uid,
}),
},
}