Add `name` and `path` fields to version type
What does this MR do and why?
Per #432101 (closed), we plan to deprecate tag_name
and tag_path
and add name
and path
fields.
This MR makes those required changes to backend
Screenshots or screen recordings
How to set up and validate locally
- Restart gdk after having these changes locally.
- Head over to
http://localhost:3000/-/graphql-explorer
and check the docs forCiCatalogResourceVersion
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 #432101 (closed)