Skip to content

Commit f0be0fa

Browse files
williambaileypaulofaria
authored andcommitted
Make GraphQLUnionType init public (#11)
1 parent ba21e56 commit f0be0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GraphQL/Type/Definition.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ public final class GraphQLUnionType {
698698
let types: [GraphQLObjectType]
699699
let possibleTypeNames: [String: Bool]
700700

701-
init(
701+
public init(
702702
name: String,
703703
description: String? = nil,
704704
resolveType: GraphQLTypeResolve? = nil,

0 commit comments

Comments
 (0)