Skip to content

[DEV-475] Composite dao endpoint for header metrics#1701

Open
PedroBinotto wants to merge 8 commits intodevfrom
feat/composite-dao-endpoint
Open

[DEV-475] Composite dao endpoint for header metrics#1701
PedroBinotto wants to merge 8 commits intodevfrom
feat/composite-dao-endpoint

Conversation

@PedroBinotto
Copy link
Collaborator

No description provided.

@vercel
Copy link

vercel bot commented Mar 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
anticapture Ready Ready Preview, Comment Mar 13, 2026 6:17pm
anticapture-storybook Ready Ready Preview, Comment Mar 13, 2026 6:17pm

Request Review

@claude
Copy link

claude bot commented Mar 11, 2026

Claude encountered an error —— View job


I'll analyze this and get back to you.

@vercel vercel bot temporarily deployed to Preview – anticapture-storybook March 12, 2026 03:21 Inactive
@vercel vercel bot temporarily deployed to Preview – anticapture-storybook March 12, 2026 03:26 Inactive
@PedroBinotto
Copy link
Collaborator Author

@claude

@claude
Copy link

claude bot commented Mar 12, 2026

Claude encountered an error —— View job


I'll analyze this and get back to you.

@claude
Copy link

claude bot commented Mar 12, 2026

Claude encountered an error —— View job


I'll analyze this and get back to you.

@PedroBinotto PedroBinotto changed the title Feat/composite dao endpoint [DEV-475] Composite dao endpoint for header metrics Mar 12, 2026
@PedroBinotto
Copy link
Collaborator Author

@claude

@claude
Copy link

claude bot commented Mar 12, 2026

Claude encountered an error —— View job


I'll analyze this and get back to you.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 50420bc886

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b2689176f5

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@vercel vercel bot temporarily deployed to Preview – anticapture-storybook March 13, 2026 18:15 Inactive
@PedroBinotto
Copy link
Collaborator Author

@codex

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b906f405a5

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

root,
args: { fetchGovernanceData },
context,
info,

Choose a reason for hiding this comment

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

P1 Badge Stop forwarding parent resolver info to delegated dao calls

info here belongs to the daos field (DAOList), but it is being forwarded to client.dao, which resolves a different field shape (dao_200_response). In Mesh delegation this can cause the delegated call to project the wrong selection set and reject; because this resolver uses Promise.allSettled and drops rejected results, affected requests can silently return partial/empty DAO lists instead of surfacing an error. Keep the explicit selectionSet and avoid passing the parent info object when delegating to another field.

Useful? React with 👍 / 👎.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant