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
argoyle commented 2025-11-04 10:40:30 +00:00 (Migrated from gitlab.com)

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.

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.
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2025-11-04 10:40:50 +00:00
argoyle (Migrated from gitlab.com) merged commit e7c8ee89cd into main 2025-11-04 10:43:10 +00:00
argoyle commented 2025-11-04 10:43:12 +00:00 (Migrated from gitlab.com)

mentioned in commit e7c8ee89cd

mentioned in commit e7c8ee89cd125b62ed29bf376f694141dad7f6a4
Sign in to join this conversation.