Remove all mentions of GraphQL
NoSQLKnowHow opened this issue ยท 1 comments
NoSQLKnowHow commented
GraphQL is mentioned in the following files and needs to be removed as it is no longer supported:
- README.md
- src/lib/config/root-config.ts
- src/commands/upload-graphql-schema.js
- src/lib/config/index.ts
- test/commands/endpoint.test.ts
- yarn.lock
echo-bravo-yahoo commented
can't remove the reference in yarn.lock (we take a dependency on oclif, which takes a transitive dependency on @octokit/graphql):
~/w/fa/fauna-shell no-graph-ql yarn why @octokit/graphql
yarn why v1.22.22
[1/4] ๐ค Why do we have the module "@octokit/graphql"...?
[2/4] ๐ Initialising dependency graph...
[3/4] ๐ Finding dependency...
[4/4] ๐ก Calculating file sizes...
=> Found "@octokit/graphql@4.8.0"
info Reasons this module exists
- "oclif#yeoman-generator#github-username#@octokit#rest#@octokit#core" depends on it
- Hoisted from "oclif#yeoman-generator#github-username#@octokit#rest#@octokit#core#@octokit#graphql"
info Disk size without dependencies: "112KB"
info Disk size with unique dependencies: "716KB"
info Disk size with transitive dependencies: "3.68MB"
info Number of shared dependencies: 8
โจ Done in 0.18s.