Problem/Motivation
GraphQL 5.0.0-rc1 has been released, let's add support for it.
Issue fork graphql_address-3589522
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
pfrenssenThis is going to be challenging because we have no automated tests.
Comment #4
darvanen100% correct about needing tests.
Postponing on #3590338: Add test coverage
Thank you for both of these tickets.
Comment #5
czigor commentedI reviewed the code, it looks good to me. There's only a minor change in the resolvers. The rest is adding tests.
Would be nice to get this in asap since sites having a publicly available graphql api are affected by the vendor library security issue.
Comment #6
darvanenI'm not going to commit this big of a change without a test suite, stand by, that should be forthcoming today.
Comment #7
darvanenNeeds a local rebase, sorry, might be a clash with the few tests that were added here. If the existing tests pass with this change I'll cut a new major version with it.