Change type import rule (#13751)
Forcing "type" to be explicit, works best will rollup on the frontend to exclude depdendencies
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import { Injectable } from '@nestjs/common';
|
||||
|
||||
import { GraphQLScalarType, GraphQLSchema, isScalarType } from 'graphql';
|
||||
import {
|
||||
type GraphQLScalarType,
|
||||
type GraphQLSchema,
|
||||
isScalarType,
|
||||
} from 'graphql';
|
||||
|
||||
import { scalars } from 'src/engine/api/graphql/workspace-schema-builder/graphql-types/scalars';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user