Replies: 1 comment
-
I generally see no other option then the deprecation flow you described. If you know all clients, you could change them to accept both types, change the type, then settle on the new one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
When we deprecate the whole field in the schema the flow is:
But what if I need to change the field type (int to float e.g.)? The main problem for me, if we follow the flow above, is inventing a new name for the new field. Any ideas how to manage it properly?
Beta Was this translation helpful? Give feedback.
All reactions