Skip to content

Commit

Permalink
Making delegated output resolvable public
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdsupremacist committed May 29, 2020
1 parent 87c66ff commit b2e8363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ContextKit
import NIO
import GraphQL

protocol DelegatedOutputResolvable: OutputResolvable {
public protocol DelegatedOutputResolvable: OutputResolvable {
associatedtype Output: OutputResolvable

func resolve(source: Any,
Expand Down

0 comments on commit b2e8363

Please sign in to comment.