Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.

correct repo

Changed files
+2 -2
scripts
+2 -2
scripts/changelog.js
···
config();
-
const REPO = '0no-co/wonka';
+
const REPO = '0no-co/GraphQLSP';
const SEE_LINE = /^See:\s*(.*)/i;
const TRAILING_CHAR = /[.;:]$/g;
const listFormatter = new Intl.ListFormat('en-US');
···
module.exports = {
...changelogFunctions,
default: changelogFunctions,
-
};
+
};