Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Mar 29, 2023
1 parent 6a7d13c commit c05fe1c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions packages/server/src/utils/schemaInstrumentation.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import type {
GraphQLSchema,
GraphQLField,
GraphQLFieldResolver,
import {
type GraphQLSchema,
type GraphQLField,
getNamedType,
GraphQLObjectType,
type GraphQLFieldResolver,
defaultFieldResolver,
} from 'graphql';
import { getNamedType, GraphQLObjectType, defaultFieldResolver } from 'graphql';
import type {
BaseContext,
GraphQLRequestExecutionListener,
Expand Down

0 comments on commit c05fe1c

Please sign in to comment.