pixelass/phony

View on GitHub
packages/graphql/src/utils/root.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function buildRoot has 54 lines of code (exceeds 40 allowed). Consider refactoring.
Open

export function buildRoot(data: Database, plainData: Database, names: NameMap, config): Root {
    const {
        queryConfig: {
            internalFields: { created, updated }
        },
Severity: Major
Found in packages/graphql/src/utils/root.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status