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.
1 parent 8f2f092 commit ed0c3a0Copy full SHA for ed0c3a0
1 file changed
Sources/GraphQLHummingbird/GraphQLConfig.swift
@@ -46,11 +46,11 @@ public struct GraphQLConfig<
46
}
47
48
public struct Coders: Sendable {
49
- public let graphQLJSONEncoder: GraphQLJSONEncoder
50
- public let jsonDecoder: JSONDecoder
51
- public let jsonEncoder: JSONEncoder
52
- public let urlEncodedFormDecoder: URLEncodedFormDecoder
53
- public let urlEncodedFormEncoder: URLEncodedFormEncoder
+ let graphQLJSONEncoder: GraphQLJSONEncoder
+ let jsonDecoder: JSONDecoder
+ let jsonEncoder: JSONEncoder
+ let urlEncodedFormDecoder: URLEncodedFormDecoder
+ let urlEncodedFormEncoder: URLEncodedFormEncoder
54
55
public init(
56
graphQLJSONEncoder: GraphQLJSONEncoder? = nil,
0 commit comments