feat: update iconBlockCreate mutation to use modern API and import ne…#8883
feat: update iconBlockCreate mutation to use modern API and import ne…#8883mikeallisonJS merged 22 commits intomainfrom
Conversation
- Moved `buttonBlockUpdate` mutation to the modern API schema and adjusted its input type. - Updated `cardBlockCreate` mutation to use the modern API. - Removed deprecated `journeyId` parameter from `buttonBlockUpdate` in the legacy schema. - Cleaned up related resolver and input files for consistency and clarity.
…for modern API - Removed the `cardBlockCreate` mutation from the legacy API and adjusted related resolver tests. - Updated the `cardBlockUpdate` mutation to include the `journeyId` parameter in the modern API schema. - Cleaned up input types and resolver files for consistency across APIs.
- Eliminated the `CardBlockCreateInput` type from the resolver and related test files. - Streamlined the `card.resolver.ts` and `card.resolver.spec.ts` for improved clarity and consistency.
- Changed the `cardBlockUpdate` mutation in both legacy and modern API schemas to make the return type non-nullable. - Updated the `journeyId` parameter in the `cardBlockUpdate` mutation to be non-nullable in the modern API schema. - Ensured consistency across API schemas by aligning mutation definitions.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe pull request updates the GraphQL federation routing of the Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
View your CI Pipeline Execution ↗ for commit 9d6baee
☁️ Nx Cloud last updated this comment at |
|
View your CI Pipeline Execution ↗ for commit 8435fed
☁️ Nx Cloud last updated this comment at |
|
The latest updates on your projects.
|
|
The latest updates on your projects.
|
|
The latest updates on your projects.
|
|
The latest updates on your projects.
|
This comment has been minimized.
This comment has been minimized.
|
I see you added the "on stage" label, I'll get this merged to the stage branch! |
…w mutation file
Summary by CodeRabbit