fix: update operation IDs to string type in GraphQL schema #2661
Reference in New Issue
Block a user
Delete Branch "fix/operation-ids-to-string-type"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Change the type of the
idfield fromInttoStringin theGraphQL schema for
Band,DanceHall, andEventtypes. Thisimproves consistency in data representation. Also, modify the
codegencommand inpackage.jsonto simplify the lintingprocess for generated files, ensuring cleaner code practices.
mentioned in commit
e7c8ee89cd