Skip to content

Update dev-session queries with new schema#6894

Merged
isaacroldan merged 1 commit intomainfrom
02-25-update_dev-session_queries_with_new_schema
Feb 25, 2026
Merged

Update dev-session queries with new schema#6894
isaacroldan merged 1 commit intomainfrom
02-25-update_dev-session_queries_with_new_schema

Conversation

@isaacroldan
Copy link
Contributor

@isaacroldan isaacroldan commented Feb 25, 2026

WHY are these changes introduced?

The updatedAt field in the GraphQL generated types was incorrectly typed as string, which may not accurately represent the actual data type returned by the API.

WHAT is this pull request doing?

Changes the updatedAt field type from string to unknown in the DevSessionCreateMutation and DevSessionUpdateMutation GraphQL generated types. This provides more flexibility in handling the timestamp data without making assumptions about its format.

How to test your changes?

  1. Run the development session creation flow
  2. Verify that TypeScript compilation passes without type errors
  3. Test the development session update functionality
  4. Ensure that the updatedAt field can be properly handled in consuming code

Measuring impact

How do we know this change was effective? Please choose one:

  • n/a - this doesn't need measurement, e.g. a linting rule or a bug-fix
  • Existing analytics will cater for this addition
  • PR includes analytics changes to measure impact

Checklist

  • I've considered possible cross-platform impacts (Mac, Linux, Windows)
  • I've considered possible documentation changes

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@isaacroldan isaacroldan marked this pull request as ready for review February 25, 2026 16:42
@isaacroldan isaacroldan requested a review from a team as a code owner February 25, 2026 16:42
@github-actions
Copy link
Contributor

We detected some changes at packages/*/src and there are no updates in the .changeset.
If the changes are user-facing, run pnpm changeset add to track your changes and include them in the next release CHANGELOG.

Caution

DO NOT create changesets for features which you do not wish to be included in the public changelog of the next CLI release.

@github-actions
Copy link
Contributor

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 78.78% 14487/18389
🟡 Branches 73.12% 7202/9850
🟡 Functions 79.01% 3686/4665
🟡 Lines 79.12% 13695/17309

Test suite run success

3768 tests passing in 1448 suites.

Report generated by 🧪jest coverage report action from 80d5455

@isaacroldan isaacroldan added this pull request to the merge queue Feb 25, 2026
Merged via the queue into main with commit 1c14bfb Feb 25, 2026
26 checks passed
@isaacroldan isaacroldan deleted the 02-25-update_dev-session_queries_with_new_schema branch February 25, 2026 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants