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

[CORL-3214] add persistedQueries query #4735

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

nick-funk
Copy link
Contributor

What does this PR do?

  • adds a persistedQueries field to the Query object on the schema.graphql

These changes will impact:

  • commenters
  • moderators
  • admins
  • developers

What changes to the GraphQL/Database Schema does this PR introduce?

  • adds a persistedQueries field to the Query object on the schema.graphql

Does this PR introduce any new environment variables or feature flags?

No

If any indexes were added, were they added to INDEXES.md?

N/A

How do I test this PR?

  • issue the following query with an admin token in the Bearer
    query {
      persistedQueries {
        id
        operation
        operationName
        bundle
        version
      }
    }
    
  • see the list of queries sorted by version

Were any tests migrated to React Testing Library?

N/A

How do we deploy this PR?

  • merge into develop

only available to admin's
@nick-funk nick-funk requested review from tessalt and kabeaty February 7, 2025 19:10
Copy link

netlify bot commented Feb 7, 2025

Deploy Preview for gallant-galileo-14878c canceled.

Name Link
🔨 Latest commit 3f18d66
🔍 Latest deploy log https://app.netlify.com/sites/gallant-galileo-14878c/deploys/67a65aae2adfa10008083395

Copy link
Contributor

@kabeaty kabeaty left a comment

Choose a reason for hiding this comment

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

Looks good!

@tessalt tessalt merged commit 711ac6e into develop Feb 11, 2025
6 checks passed
@tessalt tessalt deleted the feat/CORL-3214-persisted-query-query branch February 11, 2025 21:37
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.

3 participants