Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Nov 10, 2024
1 parent 6918231 commit 63b24f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache/write.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import {
Kind,
OperationTypeNode,
type DocumentNode,
type FieldNode,
type SelectionSetNode,
} from "@0no-co/graphql.web";
import type { DocumentNode } from "graphql";
import {
extractArguments,
getFieldName,
Expand Down

0 comments on commit 63b24f8

Please sign in to comment.