spherehq/sphere

View on GitHub
packages/api/src/modules/account/resolvers/Query/sphere.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Open

export const SphereResolver = (
_: any,
args: { where: SphereWhereUniqueInput },
context: { db: Prisma },
info,
Severity: Major
Found in packages/api/src/modules/account/resolvers/Query/sphere.ts and 1 other location - About 2 hrs to fix
packages/api/src/modules/content/resolvers/post.ts on lines 5..10
Category
Status