Skip to content

Commit

Permalink
Merge pull request #722 from Netflix/bugfix/sse-subscriptions
Browse files Browse the repository at this point in the history
Some SSE Clients particular on having this constant upper-cased
  • Loading branch information
berngp committed Nov 2, 2021
2 parents 08f92af + 7e41794 commit b0f5e06
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,7 +34,7 @@ const val GQL_CONNECTION_TERMINATE = "connection_terminate"
const val GQL_CONNECTION_KEEP_ALIVE = "ka"

/** Used only when expressing the data type for SSE Subscriptions. */
const val SSE_GQL_SUBSCRIPTION_DATA = "subscription_data"
const val SSE_GQL_SUBSCRIPTION_DATA = "SUBSCRIPTION_DATA"

data class OperationMessage(
@JsonProperty("type")
Expand Down

0 comments on commit b0f5e06

Please sign in to comment.