We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be85d8 commit 4b959b3Copy full SHA for 4b959b3
src/__tests__/utils/compatResolveType.ts
@@ -1,6 +1,8 @@
1
import * as graphql from 'graphql';
2
import semver from 'semver';
3
4
+/* eslint-disable @typescript-eslint/no-explicit-any */
5
+
6
/**
7
* GraphQL v16 changed how types are resolved, so we need to return a string
8
* for the type name for newer version, and the type itself to be compatible with older versions.
0 commit comments