Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphQL: Add runningExperimentId in the Page Field #31251

Open
2 tasks
Tracked by #30943
rjvelazco opened this issue Jan 28, 2025 · 0 comments
Open
2 tasks
Tracked by #30943

GraphQL: Add runningExperimentId in the Page Field #31251

rjvelazco opened this issue Jan 28, 2025 · 0 comments

Comments

@rjvelazco
Copy link
Contributor

rjvelazco commented Jan 28, 2025

Parent Issue

#30943

Task

When a page has an Experiment running, the Page API retrieves the runningExperimentId property. However, this property/field is currently inaccessible via GraphQL.

Proposed Objective

Same as Parent Issue

Proposed Priority

Priority 3 - Average

Acceptance Criteria

Preview Give feedback

This QUERY should work:

query GetPageWithExperiment {
    page(url: "/test-with-experiments") {
        identifier
        title
        url
        runningExperimentId # Undefine field
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

1 participant