Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all mentions of GraphQL #389

Closed
NoSQLKnowHow opened this issue Oct 11, 2024 · 1 comment
Closed

Remove all mentions of GraphQL #389

NoSQLKnowHow opened this issue Oct 11, 2024 · 1 comment

Comments

@NoSQLKnowHow
Copy link

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
Copy link
Collaborator

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/[email protected]"
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants