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

Upgrade graphiql to v2 #978

Closed
wants to merge 1 commit into from
Closed

Upgrade graphiql to v2 #978

wants to merge 1 commit into from

Conversation

LeMaX10
Copy link

@LeMaX10 LeMaX10 commented Feb 6, 2023

Summary

Upgrade graphiql client to v2.3


Type of change:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • [+] Misc. change (internal, infrastructure, maintenance, etc.)

Checklist:

  • [] Existing tests have been adapted and/or new tests have been added
  • [] Add a CHANGELOG.md entry
  • [] Update the README.md
  • [] Code style has been fixed via composer fix-style

Copy link
Collaborator

@mfn mfn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, thanks for the PR!

  • where is the source for these changes?
  • you dropped the xcsrf token, i.e. this commit -> 3942314
  • also see inline feedback

The tests are not working but before fixing them, we should have consent that the changes are good.

Comment on lines +38 to +39
<script src="https://cdn.jsdelivr.net/npm/react/umd/react.production.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/react-dom/umd/react-dom.production.min.js"></script>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks risky, because it has no pinned versions. Is this deliberate?

@mfn
Copy link
Collaborator

mfn commented Feb 18, 2023

I'm closing this PR as it's my intention to actually remove it, see #986 (reduce complexity, reduce maintenance burden), because I think with https://github.com/mll-lab/laravel-graphiql there's better / viable alternative.

Thanks!

@mfn mfn closed this Feb 18, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants