Skip to content

Conversation

@ithinkdancan
Copy link

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
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.

1 participant