We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 365637f + e880002 commit d493283Copy full SHA for d493283
dd-sdk-android-internal/src/main/java/com/datadog/android/internal/network/GraphQLHeaders.kt
@@ -13,6 +13,6 @@ package com.datadog.android.internal.network
13
enum class GraphQLHeaders(val headerValue: String) {
14
DD_GRAPHQL_NAME_HEADER("_dd-custom-header-graph-ql-operation-name"),
15
DD_GRAPHQL_VARIABLES_HEADER("_dd-custom-header-graph-ql-variables"),
16
- DD_GRAPHQL_TYPE_HEADER("_dd-custom-header-graph-ql-operation_type"),
+ DD_GRAPHQL_TYPE_HEADER("_dd-custom-header-graph-ql-operation-type"),
17
DD_GRAPHQL_PAYLOAD_HEADER("_dd-custom-header-graph-ql-payload")
18
}
0 commit comments