-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
/* eslint-disable import/no-extraneous-dependencies */ | ||
Check warning on line 1 in examples/react/apollo-client-swc-plugin/codegen.ts GitHub Actions / eslintexamples/react/apollo-client-swc-plugin/codegen.ts#L1
|
||
// @ts-ignore | ||
Check failure on line 2 in examples/react/apollo-client-swc-plugin/codegen.ts GitHub Actions / eslintexamples/react/apollo-client-swc-plugin/codegen.ts#L2
|
||
import { CodegenConfig } from '@graphql-codegen/cli'; | ||
|
||
const config: CodegenConfig = { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
// @ts-ignore | ||
Check failure on line 2 in examples/react/nextjs-swr/codegen.ts GitHub Actions / eslintexamples/react/nextjs-swr/codegen.ts#L2
|
||
import { CodegenConfig } from '@graphql-codegen/cli'; | ||
|
||
const config: CodegenConfig = { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
/* eslint-disable import/no-extraneous-dependencies */ | ||
// @ts-ignore | ||
Check failure on line 2 in examples/react/tanstack-react-query/codegen.ts GitHub Actions / eslintexamples/react/tanstack-react-query/codegen.ts#L2
|
||
import { CodegenConfig } from '@graphql-codegen/cli'; | ||
|
||
const config: CodegenConfig = { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
/* eslint-disable import/no-extraneous-dependencies */ | ||
// @ts-ignore | ||
Check failure on line 2 in examples/typescript-graphql-request/codegen.ts GitHub Actions / eslintexamples/typescript-graphql-request/codegen.ts#L2
|
||
import { CodegenConfig } from '@graphql-codegen/cli'; | ||
|
||
const config: CodegenConfig = { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
/* eslint-disable import/no-extraneous-dependencies */ | ||
// @ts-ignore | ||
Check failure on line 2 in examples/typescript-resolvers/codegen.ts GitHub Actions / eslintexamples/typescript-resolvers/codegen.ts#L2
|
||
import { CodegenConfig } from '@graphql-codegen/cli'; | ||
|
||
const config: CodegenConfig = { | ||
|