chore: put ts-ignore to correct import
This commit is contained in:
parent
44cbf3c8f7
commit
555c4407dc
|
|
@ -1,7 +1,7 @@
|
||||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
||||||
// @ts-ignore
|
|
||||||
import { cacheExchange } from "@urql/exchange-graphcache";
|
import { cacheExchange } from "@urql/exchange-graphcache";
|
||||||
import { Client, fetchExchange } from "@urql/vue";
|
import { Client, fetchExchange } from "@urql/vue";
|
||||||
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||||
|
// @ts-ignore
|
||||||
import schema from "../gql/dist/minifiedSchema.json";
|
import schema from "../gql/dist/minifiedSchema.json";
|
||||||
import {
|
import {
|
||||||
AssignmentCompletionMutation,
|
AssignmentCompletionMutation,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue