Skip to content

refactor: streamline GraphQL schema by removing deprecated fields and…#8915

Open
mikeallisonJS wants to merge 5 commits intomainfrom
00-00-MA-chore-modern-override-cleanup
Open

refactor: streamline GraphQL schema by removing deprecated fields and…#8915
mikeallisonJS wants to merge 5 commits intomainfrom
00-00-MA-chore-modern-override-cleanup

Conversation

@mikeallisonJS
Copy link
Copy Markdown
Collaborator

@mikeallisonJS mikeallisonJS commented Mar 26, 2026

… updating input types

  • Removed cardBlockCreate and cardBlockUpdate mutations from api-journeys schema.
  • Updated adminJourney query to align with modern API structure.
  • Refactored DateTimeFilter input type for better clarity and usage.
  • Adjusted various GraphQL types to ensure consistency across schemas.
  • Cleaned up unused imports and types in resolver files to enhance maintainability.

Summary by CodeRabbit

  • New Features

    • Added a nullable "notes" field to video blocks for publisher/template annotations.
  • Refactor

    • Adjusted which APIs handle several queries and mutations, and reorganized schema annotations across media, language, and journey services.
    • Removed the adminJourney query and the mutations for creating/updating card blocks and creating icon blocks (these operations are no longer exposed).
    • Standardized ordering of timestamp fields across multiple types.

… updating input types

- Removed `cardBlockCreate` and `cardBlockUpdate` mutations from `api-journeys` schema.
- Updated `adminJourney` query to align with modern API structure.
- Refactored `DateTimeFilter` input type for better clarity and usage.
- Adjusted various GraphQL types to ensure consistency across schemas.
- Cleaned up unused imports and types in resolver files to enhance maintainability.
@mikeallisonJS mikeallisonJS requested a review from csiyang March 26, 2026 22:56
@mikeallisonJS mikeallisonJS self-assigned this Mar 26, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 26, 2026

Walkthrough

Removed federation overrides and relocated/rescoped several block mutation fields and input/scalar declarations in the gateway schema; deleted legacy admin and create/update block mutations and their resolver/tests in api-journeys; adjusted join annotations and reordered some media fields.

Changes

Cohort / File(s) Summary
API Gateway schema
apis/api-gateway/schema.graphql
Consolidated/annotated DateTime scalar and re-scoped DateTimeFilter; moved/re-scoped block input types and adjusted many @join__field/@join__type annotations (affects routing of card/button/journey fields) and reordered some Video/VideoBlock fields.
API Journeys Modern schema
apis/api-journeys-modern/schema.graphql
Removed @override(from: "api-journeys") directives from several Mutation/Query fields (buttonBlockCreate, buttonBlockUpdate, journeyProfileUpdate, getUserRole).
API Journeys Modern resolvers
apis/api-journeys-modern/src/schema/block/button/buttonBlockCreate.mutation.ts, .../buttonBlockUpdate.mutation.ts, .../card/cardBlockCreate.mutation.ts, .../journeyProfile/journeyProfileUpdate.mutation.ts, .../userRole/getUserRole.query.ts
Deleted override: { from: 'api-journeys' } configurations or moved their placement in several field definitions; resolver logic and signatures unchanged.
API Journeys schema
apis/api-journeys/schema.graphql, apis/api-journeys/src/app/modules/block/card/card.graphql, apis/api-journeys/src/app/modules/block/icon/icon.graphql, apis/api-journeys/src/app/modules/journey/journey.graphql
Removed adminJourney query; removed cardBlockCreate, cardBlockUpdate, and iconBlockCreate mutations and their input types; added nullable notes: String to VideoBlock.
API Journeys resolvers & tests
apis/api-journeys/src/app/modules/block/card/card.resolver.ts, .../card/card.resolver.spec.ts, .../icon/icon.resolver.ts, .../icon/icon.resolver.spec.ts, .../journey/journey.resolver.ts, .../journey/journey.resolver.spec.ts
Deleted implementations and tests for cardBlockUpdate, deleted iconBlockCreate implementation and tests, and removed adminJourney resolver and its tests; corresponding auth/Prisma wiring and imports removed.
API Media schema
apis/api-media/schema.graphql
Moved updatedAt: DateTime! earlier in SDL order for BibleBook, Keyword, Video, VideoEdition, and VideoVariant without changing types or nullability.

Estimated code review effort

🎯 4 (Complex) | ⏱️ ~50 minutes

Possibly related PRs

Suggested reviewers

  • csiyang
  • edmonday
🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'refactor: streamline GraphQL schema by removing deprecated fields and…' is partially related to the changeset. It captures the general refactoring intent but is incomplete (truncated with 'and…'), and the primary change involves moving card/icon block operations between API schemas rather than removing deprecated fields. Provide a complete title that accurately describes the main change, such as 'refactor: migrate card and icon block mutations to api-journeys-modern' or similar.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 00-00-MA-chore-modern-override-cleanup

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 26, 2026

Warnings
⚠️ ❗ Big PR (781 changes)

(change count - 781): Pull Request size seems relatively large. If Pull Request contains multiple changes, split each into separate PR will helps faster, easier review.

Generated by 🚫 dangerJS against eb7e2d2

@nx-cloud
Copy link
Copy Markdown

nx-cloud bot commented Mar 26, 2026

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit eb7e2d2

Command Status Duration Result
nx run journeys-e2e:e2e ❌ Failed 3m 21s View ↗
nx run journeys-admin-e2e:e2e ✅ Succeeded 28s View ↗
nx run resources-e2e:e2e ✅ Succeeded 15s View ↗
nx run watch-e2e:e2e ✅ Succeeded 18s View ↗
nx run videos-admin-e2e:e2e ✅ Succeeded 4s View ↗
nx run short-links-e2e:e2e ✅ Succeeded 3s View ↗
nx run player-e2e:e2e ✅ Succeeded 3s View ↗
nx run-many --target=vercel-alias --projects=jo... ✅ Succeeded 2s View ↗
Additional runs (20) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2026-03-31 02:06:20 UTC

@github-actions github-actions bot temporarily deployed to Preview - journeys March 26, 2026 22:58 Inactive
@github-actions github-actions bot temporarily deployed to Preview - videos-admin March 26, 2026 22:58 Inactive
@github-actions github-actions bot temporarily deployed to Preview - journeys-admin March 26, 2026 22:58 Inactive
@github-actions github-actions bot temporarily deployed to Preview - player March 26, 2026 22:58 Inactive
@github-actions github-actions bot temporarily deployed to Preview - resources March 26, 2026 22:58 Inactive
@github-actions github-actions bot temporarily deployed to Preview - short-links March 26, 2026 22:58 Inactive
@github-actions github-actions bot temporarily deployed to Preview - watch March 26, 2026 22:58 Inactive
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 26, 2026

The latest updates on your projects.

Name Status Preview Updated (UTC)
player ✅ Ready player preview Tue Mar 31 14:58:18 NZDT 2026

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 26, 2026

The latest updates on your projects.

Name Status Preview Updated (UTC)
short-links ✅ Ready short-links preview Tue Mar 31 14:58:24 NZDT 2026

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 26, 2026

The latest updates on your projects.

Name Status Preview Updated (UTC)
journeys ✅ Ready journeys preview Tue Mar 31 14:58:49 NZDT 2026

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 26, 2026

The latest updates on your projects.

Name Status Preview Updated (UTC)
videos-admin ✅ Ready videos-admin preview Tue Mar 31 14:59:12 NZDT 2026

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 26, 2026

The latest updates on your projects.

Name Status Preview Updated (UTC)
resources ✅ Ready resources preview Tue Mar 31 14:59:36 NZDT 2026

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 26, 2026

The latest updates on your projects.

Name Status Preview Updated (UTC)
watch ✅ Ready watch preview Tue Mar 31 14:59:44 NZDT 2026

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 26, 2026

The latest updates on your projects.

Name Status Preview Updated (UTC)
journeys-admin ✅ Ready journeys-admin preview Tue Mar 31 15:00:19 NZDT 2026

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
apis/api-journeys-modern/schema.graphql (1)

1348-1355: ⚠️ Potential issue | 🟠 Major

Remove the stale api-journeys overrides that now point to non-existent fields.

apis/api-journeys/schema.graphql no longer exposes cardBlockUpdate or adminJourney, but the modern schema still marks those fields with @override(from: "api-journeys") at lines 1355 and 1737. These stale directives will break Apollo Federation composition and routing, since the override source fields no longer exist.

Suggested SDL fix
   cardBlockUpdate(
     id: ID!
     input: CardBlockUpdateInput!

     """drop this parameter after merging teams"""
     journeyId: ID
-  ): CardBlock! `@override`(from: "api-journeys")
+  ): CardBlock!
@@
-  adminJourney(id: ID!, idType: IdType = slug): Journey! `@override`(from: "api-journeys")
+  adminJourney(id: ID!, idType: IdType = slug): Journey!
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@apis/api-journeys-modern/schema.graphql` around lines 1348 - 1355, The schema
contains stale `@override` directives referencing removed fields in the other
service; remove the obsolete `@override`(from: "api-journeys") annotations from
the CardBlock mutations (cardBlockUpdate) and the adminJourney field so the
modern schema no longer points to non-existent sources — locate the occurrences
of the `@override` directive on cardBlockUpdate and adminJourney in the SDL and
delete those `@override`(from: "api-journeys") annotations, leaving the fields
defined locally in the modern schema.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Outside diff comments:
In `@apis/api-journeys-modern/schema.graphql`:
- Around line 1348-1355: The schema contains stale `@override` directives
referencing removed fields in the other service; remove the obsolete
`@override`(from: "api-journeys") annotations from the CardBlock mutations
(cardBlockUpdate) and the adminJourney field so the modern schema no longer
points to non-existent sources — locate the occurrences of the `@override`
directive on cardBlockUpdate and adminJourney in the SDL and delete those
`@override`(from: "api-journeys") annotations, leaving the fields defined locally
in the modern schema.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: ca05109d-dd45-4a0b-bc60-e4dfccf302a8

📥 Commits

Reviewing files that changed from the base of the PR and between 37b123f and 3188554.

⛔ Files ignored due to path filters (52)
  • apis/api-journeys/src/__generated__/graphql.ts is excluded by !**/__generated__/**
  • apis/api-journeys/src/app/__generated__/graphql.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/BlockActionDelete.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/BlockDelete.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/BlockDeleteForCoverImage.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/BlockOrderUpdate.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/CardCtaDelete.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/CardFormDelete.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/CardIntroDelete.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/CardPollDelete.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/CardQuoteDelete.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/CardVideoDelete.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/CardVideoRestore.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/CoverBlockDelete.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/CoverBlockRestore.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/DuplicatedBlock.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/GetStepBlocksWithPosition.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/JourneyAiTranslateCreateSubscription.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/JourneyImageBlockDelete.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/MenuBlockDelete.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/MultiselectWithButtonDelete.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/MultiselectWithButtonRestore.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/NewBlock.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/PosterImageBlockDelete.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/PosterImageBlockRestore.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/RadioOptionImageDelete.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/RadioOptionImageRestore.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/RestoredBlock.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/StepBlockCreateFromAction.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/StepBlockCreateFromSocialPreview.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/StepBlockDeleteFromAction.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/StepBlockDeleteFromActionWithoutAction.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/StepBlockDeleteFromSocialPreview.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/StepBlockDeleteFromStep.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/StepBlockRestoreFromAction.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/StepBlockRestoreFromSocialPreview.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/TestJourney.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/TextResponseWithButtonDelete.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/TranslatedJourney.ts is excluded by !**/__generated__/**
  • apps/journeys-admin/__generated__/globalTypes.ts is excluded by !**/__generated__/**
  • apps/journeys/__generated__/JourneyAiTranslateCreateSubscription.ts is excluded by !**/__generated__/**
  • apps/journeys/__generated__/TranslatedJourney.ts is excluded by !**/__generated__/**
  • apps/journeys/__generated__/globalTypes.ts is excluded by !**/__generated__/**
  • apps/resources/__generated__/JourneyAiTranslateCreateSubscription.ts is excluded by !**/__generated__/**
  • apps/resources/__generated__/TranslatedJourney.ts is excluded by !**/__generated__/**
  • apps/resources/__generated__/globalTypes.ts is excluded by !**/__generated__/**
  • apps/watch/__generated__/JourneyAiTranslateCreateSubscription.ts is excluded by !**/__generated__/**
  • apps/watch/__generated__/TranslatedJourney.ts is excluded by !**/__generated__/**
  • apps/watch/__generated__/globalTypes.ts is excluded by !**/__generated__/**
  • libs/journeys/ui/__generated__/globalTypes.ts is excluded by !**/__generated__/**
  • libs/journeys/ui/src/libs/useJourneyAiTranslateSubscription/__generated__/JourneyAiTranslateCreateSubscription.ts is excluded by !**/__generated__/**
  • libs/journeys/ui/src/libs/useJourneyAiTranslateSubscription/__generated__/TranslatedJourney.ts is excluded by !**/__generated__/**
📒 Files selected for processing (16)
  • apis/api-gateway/schema.graphql
  • apis/api-journeys-modern/schema.graphql
  • apis/api-journeys-modern/src/schema/block/button/buttonBlockCreate.mutation.ts
  • apis/api-journeys-modern/src/schema/block/button/buttonBlockUpdate.mutation.ts
  • apis/api-journeys-modern/src/schema/block/card/cardBlockCreate.mutation.ts
  • apis/api-journeys-modern/src/schema/journeyProfile/journeyProfileUpdate.mutation.ts
  • apis/api-journeys-modern/src/schema/userRole/getUserRole.query.ts
  • apis/api-journeys/schema.graphql
  • apis/api-journeys/src/app/modules/block/card/card.graphql
  • apis/api-journeys/src/app/modules/block/card/card.resolver.spec.ts
  • apis/api-journeys/src/app/modules/block/card/card.resolver.ts
  • apis/api-journeys/src/app/modules/block/icon/icon.resolver.ts
  • apis/api-journeys/src/app/modules/journey/journey.graphql
  • apis/api-journeys/src/app/modules/journey/journey.resolver.spec.ts
  • apis/api-journeys/src/app/modules/journey/journey.resolver.ts
  • apis/api-media/schema.graphql
💤 Files with no reviewable changes (10)
  • apis/api-journeys-modern/src/schema/block/card/cardBlockCreate.mutation.ts
  • apis/api-journeys-modern/src/schema/userRole/getUserRole.query.ts
  • apis/api-journeys-modern/src/schema/journeyProfile/journeyProfileUpdate.mutation.ts
  • apis/api-journeys/src/app/modules/journey/journey.graphql
  • apis/api-journeys-modern/src/schema/block/button/buttonBlockCreate.mutation.ts
  • apis/api-journeys/src/app/modules/block/icon/icon.resolver.ts
  • apis/api-journeys-modern/src/schema/block/button/buttonBlockUpdate.mutation.ts
  • apis/api-journeys/src/app/modules/journey/journey.resolver.ts
  • apis/api-journeys/src/app/modules/block/card/card.graphql
  • apis/api-journeys/src/app/modules/journey/journey.resolver.spec.ts

…n API alignment

- Reintroduced `iconBlockCreate` mutation in `api-gateway` and `api-journeys` schemas with updated input type.
- Removed deprecated `iconBlockCreate` definitions from previous locations.
- Ensured consistency in `IconBlockCreateInput` across schemas.
- Cleaned up related resolver files by removing unused imports and tests for the removed mutation.
@github-actions github-actions bot temporarily deployed to Preview - watch March 26, 2026 23:22 Inactive
@github-actions github-actions bot temporarily deployed to Preview - journeys March 26, 2026 23:22 Inactive
@github-actions github-actions bot temporarily deployed to Preview - player March 26, 2026 23:22 Inactive
@github-actions github-actions bot temporarily deployed to Preview - short-links March 26, 2026 23:22 Inactive
@github-actions github-actions bot temporarily deployed to Preview - videos-admin March 26, 2026 23:22 Inactive
@github-actions github-actions bot temporarily deployed to Preview - journeys-admin March 26, 2026 23:22 Inactive
@github-actions github-actions bot temporarily deployed to Preview - resources March 26, 2026 23:22 Inactive
@stage-branch-merger
Copy link
Copy Markdown

Merge conflict attempting to merge this into stage. Please fix manually.

@github-actions github-actions bot temporarily deployed to Preview - journeys March 27, 2026 18:46 Inactive
@github-actions github-actions bot temporarily deployed to Preview - journeys-admin March 27, 2026 18:46 Inactive
@github-actions github-actions bot temporarily deployed to Preview - resources March 27, 2026 18:46 Inactive
@github-actions github-actions bot temporarily deployed to Preview - player March 27, 2026 18:46 Inactive
@github-actions github-actions bot temporarily deployed to Preview - short-links March 27, 2026 18:46 Inactive
@github-actions github-actions bot temporarily deployed to Preview - watch March 27, 2026 18:46 Inactive
@github-actions github-actions bot temporarily deployed to Preview - videos-admin March 27, 2026 18:46 Inactive
…gnment

- Added an override directive to the cardBlockCreate mutation in both api-gateway and api-journeys-modern schemas to ensure consistency in API behavior.
- Updated the resolver for cardBlockCreate to include the override configuration, enhancing clarity in the mutation's origin.
@github-actions github-actions bot temporarily deployed to Preview - watch March 27, 2026 19:14 Inactive
@github-actions github-actions bot temporarily deployed to Preview - videos-admin March 27, 2026 19:14 Inactive
@github-actions github-actions bot temporarily deployed to Preview - journeys-admin March 27, 2026 19:14 Inactive
@github-actions github-actions bot temporarily deployed to Preview - short-links March 27, 2026 19:14 Inactive
@github-actions github-actions bot temporarily deployed to Preview - resources March 27, 2026 19:14 Inactive
@github-actions github-actions bot temporarily deployed to Preview - player March 27, 2026 19:14 Inactive
@github-actions github-actions bot temporarily deployed to Preview - journeys March 27, 2026 19:14 Inactive
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@apis/api-gateway/schema.graphql`:
- Around line 1326-1327: The gateway schema's VideoBlock.notes field is missing
its federation ownership marker; locate the notes field on the VideoBlock type
and add the same join directive as its sibling (e.g., `@join__field`(graph:
API_JOURNEYS_MODERN)) so ownership is explicit and request routing is
unambiguous.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 3dc3f8a7-ad24-4b53-a8e1-f7417d3ae820

📥 Commits

Reviewing files that changed from the base of the PR and between 9aa3a79 and 4936a96.

📒 Files selected for processing (3)
  • apis/api-gateway/schema.graphql
  • apis/api-journeys-modern/schema.graphql
  • apis/api-journeys-modern/src/schema/block/card/cardBlockCreate.mutation.ts
✅ Files skipped from review due to trivial changes (1)
  • apis/api-journeys-modern/src/schema/block/card/cardBlockCreate.mutation.ts

@stage-branch-merger
Copy link
Copy Markdown

Merge conflict attempting to merge this into stage. Please fix manually.

@github-actions github-actions bot temporarily deployed to Preview - player March 31, 2026 01:56 Inactive
@github-actions github-actions bot temporarily deployed to Preview - videos-admin March 31, 2026 01:56 Inactive
@github-actions github-actions bot temporarily deployed to Preview - watch March 31, 2026 01:56 Inactive
@github-actions github-actions bot temporarily deployed to Preview - resources March 31, 2026 01:56 Inactive
@github-actions github-actions bot temporarily deployed to Preview - journeys March 31, 2026 01:56 Inactive
@github-actions github-actions bot temporarily deployed to Preview - short-links March 31, 2026 01:56 Inactive
@github-actions github-actions bot temporarily deployed to Preview - journeys-admin March 31, 2026 01:56 Inactive
@blacksmith-sh
Copy link
Copy Markdown
Contributor

blacksmith-sh bot commented Mar 31, 2026

Found 1 test failure on Blacksmith runners:

Failure

Test View Logs
src/e2e/journeys.spec.ts/journeys View Logs

Fix in Cursor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant