Skip to content

Conversation

@ithinkdancan
Copy link
Contributor

Motivation

Our GraphQL server makes use of persisted queries for operations which means the query and operationType are not known when making calls to GQL which prevents us from being able to use the built in GQL tracking for enriching our resource events

example:

{
    "graphqlBody": {
        "operationName": "Navigation",
        "variables": {},
        "extensions": {
            "persistedQuery": {
                "version": 1,
                "sha256Hash": "0e669423cef683226cb8eb295664619c8e0f95945734e0a458095f51ee89efb3"
            }
        }
    }
}

Test instructions

Checklist

  • Tested locally
  • Tested on staging
  • Added unit tests for this change.
  • Added e2e/integration tests for this change.

@ithinkdancan ithinkdancan requested a review from a team as a code owner November 21, 2025 20:46
@ithinkdancan
Copy link
Contributor Author

@thomas-lebeau Any assistance or guidance you could provide here?

@datadog-official

This comment has been minimized.

@rgaignault
Copy link
Contributor

@ithinkdancan Hey ! 👋 I am taking over your PR, I will let you know once it's merged

@ithinkdancan
Copy link
Contributor Author

@ithinkdancan Hey ! 👋 I am taking over your PR, I will let you know once it's merged

Thank you!

@rgaignault rgaignault merged commit d6befd4 into DataDog:main Dec 8, 2025
23 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 8, 2025
@rgaignault
Copy link
Contributor

Hey @ithinkdancan , this will be available in the next release 👍

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants