Implement IDs for Chains in GQL #1370
Labels
area | back end
Improvements or additions to the API server or runtime.
type | report | bug
Confirmed bug in source code.
Bug Description
Chains currently pass
None
back as their ID, using UUIDs will allow path-based indexing on the front end instead of query params, and without having to make names URL-safe. They are present on the REST endpoint.Proposed Solution
Implement UUID IDs for Chains in GQL.
Acknowledgements
The text was updated successfully, but these errors were encountered: