-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
This happened over in apollographql/vscode-graphql#175 (failing CI job):
node_modules/graphql-language-service/dist/parser/types.d.ts:116:37 - error TS2694: Namespace 'Kind' has no exported member 'LIST_NULLABILITY_OPERATOR'.
116 LIST_NULLABILITY_OPERATOR: Kind.LIST_NULLABILITY_OPERATOR;
~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/graphql-language-service/dist/parser/types.d.ts:117:30 - error TS2694: Namespace 'Kind' has no exported member 'NON_NULL_ASSERTION'.
117 NON_NULL_ASSERTION: Kind.NON_NULL_ASSERTION;
~~~~~~~~~~~~~~~~~~
node_modules/graphql-language-service/dist/parser/types.d.ts:118:26 - error TS2694: Namespace 'Kind' has no exported member 'ERROR_BOUNDARY'.
118 ERROR_BOUNDARY: Kind.ERROR_BOUNDARY;
~~~~~~~~~~~~~~
I'll open a PR to backport these enum members, as that seems to be the easiest way to prevent this
Metadata
Metadata
Assignees
Labels
No labels