withmoney/withmoney-api

View on GitHub
src/types/Category/queries/findMany.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function resolve has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  resolve: async (_parent, args, ctx) => {
    const userId = await getUserId(ctx);

    let where: NexusGenInputs['OperationWhereInput'] | null = {};

Severity: Minor
Found in src/types/Category/queries/findMany.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status