Problem/Motivation
GraphQL 5.0.0-beta1 is out. We should declare compatibility and make sure our tests pass.
Issue fork graphql_webform-3546183
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 #3
pfrenssenThere are some breaking changes to inherited classes, it would be best to open a new 3.x major version for this.
Comment #4
pfrenssenComment #8
pfrenssenIn GraphQL 5 the use of builder callback resolvers is deprecated (ref. Callback resolver is now deprecated). We are using a large number of them. I am converting them with AI assistance.
Comment #9
pfrenssenComment #10
pfrenssen