concord-consortium/rigse

View on GitHub
admin-panel/graphql-backend/src/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

async function main() {
  // Connect to TypeOrm DB
  await createConnection()
  const schema = await buildSchema({
    nullableByDefault: true,
Severity: Minor
Found in admin-panel/graphql-backend/src/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status