We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55cfea commit f396fa9Copy full SHA for f396fa9
packages/graphql-language-service/src/parser/api.ts
@@ -175,7 +175,7 @@ export function getContextAtPosition(
175
cursor: IPosition,
176
schema: GraphQLSchema,
177
contextToken?: ContextToken,
178
- options?: { mode?: GraphQLDocumentMode; uri?: string; offset?: number },
+ options?: { mode?: GraphQLDocumentMode; uri?: string },
179
offset = 0,
180
): {
181
token: ContextToken;
0 commit comments