Skip to content

Upgrade GraphQL gem to 1.8.4 and replace echo function with a resolver

Brett Walker requested to merge bw-move-funtion-to-resolver into master

What does this MR do?

Upgrade GraphQL gem to 1.8.4 (stepping stone to 1.9.9)

The GraphQL::Function has been deprecated in favor of resolvers. Since we're upgrading the graphql gem and the echo function would need to get fixed, this is a good time to simply remove the use of functions altogether.

Related issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/62535

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Edited by Mayra Cabrera

Merge request reports