Skip to content

Convert old GraphQL types to newer type names (Part 10) [RUN AS-IF-FOSS]

What does this MR do and why?

During conversion to using the new graphql interpreter, I ran across this same issue: https://github.com/rmosolgo/graphql-ruby/issues/2784

So doing all the type conversions here in preparation for [graphql] Convert to using the new query interp... (!27536 - merged)

  • Convert GraphQL::ID_TYPE to GraphQL::Types::ID
  • Convert GraphQL::INT_TYPE to GraphQL::Types::Int
  • Convert GraphQL::STRING_TYPE to GraphQL::Types::String
  • Convert GraphQL::BOOLEAN_TYPE to GraphQL::Types::Boolean
  • Convert GraphQL::FLOAT_TYPE to GraphQL::Types::Float

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #210556 (closed)

Edited by Brett Walker

Merge request reports

Loading