#GraphQL for #Drupal 5.0.0 stable released, congrats everyone! https://www.drupal.org/project/graphql/releases/5.0.0

I would personally like to thank all contributors and give a special shout-out to @Kingdutch , who put it in a lot of thought and work making this module better. I could not do it… https://mastodon.social/@klausi/116708009175983567

graphql 5.0.0

First stable release of GraphQL 5.x! After a year of development we are happy to announce GraphQL 5.0.0 stable! API changes compared to 4.x The underlying webonyx/graphql-php library was updated to version 15.x. There are almost no noticeable breaking changes. In one project we had to change the moethod callGraphQL\Server\OperationParams::getOriginalInput('mutation_name') to a property access $operation->originalInput['mutation_name'] ?? ''.

Drupal.org