Skip to content

Commit ed0c3a0

Browse files
fix!: Coder properties are marked as internal.
1 parent 8f2f092 commit ed0c3a0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Sources/GraphQLHummingbird/GraphQLConfig.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ public struct GraphQLConfig<
4646
}
4747

4848
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
49+
let graphQLJSONEncoder: GraphQLJSONEncoder
50+
let jsonDecoder: JSONDecoder
51+
let jsonEncoder: JSONEncoder
52+
let urlEncodedFormDecoder: URLEncodedFormDecoder
53+
let urlEncodedFormEncoder: URLEncodedFormEncoder
5454

5555
public init(
5656
graphQLJSONEncoder: GraphQLJSONEncoder? = nil,

0 commit comments

Comments
 (0)