Skip to content

Commit

Permalink
open class KtorGraphQLRequestParser (#1856)
Browse files Browse the repository at this point in the history
Added open modifier for class KtorGraphQLRequestParser to support custom
logic for request parser
  • Loading branch information
JajaComp authored Sep 20, 2023
1 parent 14787d8 commit 742b49f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ internal const val REQUEST_PARAM_VARIABLES = "variables"
/**
* GraphQL Ktor [ApplicationRequest] parser.
*/
class KtorGraphQLRequestParser(
open class KtorGraphQLRequestParser(
private val mapper: ObjectMapper
) : GraphQLRequestParser<ApplicationRequest> {

Expand Down

0 comments on commit 742b49f

Please sign in to comment.