fix: update operation IDs to string type in GraphQL schema #2661

Merged
argoyle merged 1 commits from fix/operation-ids-to-string-type into main 2025-11-04 10:43:09 +00:00

1 Commits

Author SHA1 Message Date
argoyle d5c99ca976 fix: update operation IDs to string type in GraphQL schema
Change the type of the `id` field from `Int` to `String` in the 
GraphQL schema for `Band`, `DanceHall`, and `Event` types. This 
improves consistency in data representation. Also, modify the 
`codegen` command in `package.json` to simplify the linting 
process for generated files, ensuring cleaner code practices.
2025-11-04 11:39:59 +01:00