fabien0102/gatsby-starter

View on GitHub
src/graphql-types.d.ts

Summary

Maintainability
F
1 wk
Test Coverage

File graphql-types.d.ts has 2734 lines of code (exceeds 250 allowed). Consider refactoring.
Open

// tslint:disable
export type Maybe<T> = T | null;
/** All built-in and custom scalars, mapped to their actual values */
export type Scalars = {
  ID: string;
Severity: Major
Found in src/graphql-types.d.ts - About 1 wk to fix

    There are no issues that match your filters.

    Category
    Status