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
toGraphQL::Types::ID
- Convert
GraphQL::INT_TYPE
toGraphQL::Types::Int
- Convert
GraphQL::STRING_TYPE
toGraphQL::Types::String
- Convert
GraphQL::BOOLEAN_TYPE
toGraphQL::Types::Boolean
- Convert
GraphQL::FLOAT_TYPE
toGraphQL::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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #210556 (closed)
Edited by Brett Walker