Skip to content

[graphql] Upgrade graphql gem to 2.0.x

Once &7734 (closed) is complete, which upgrades the graphql-ruby gem to 1.13.x and the new interpreter, we need to start the upgrade to 2.x, (which is currently at 2.0.27)

This version removes all the old code and pathways that supported pre-interpreter code, as talked about in https://github.com/rmosolgo/graphql-ruby/issues/3729

The upgrade should be much easier, though some early attempts showed that there are still some bumps to get past.

It's important to continue to pushing to get fully upgraded, so that we are fully based on the modern version, and don't continue to accidentally use deprecated code and pathways.

Edited by Brett Walker