Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ class SchemaParserBuilder constructor(private val dictionary: SchemaParserDictio
this.runtimeWiringBuilder.directive(name, directive)
}

fun directiveWiring(directive: SchemaDirectiveWiring) = this.apply {
this.runtimeWiringBuilder.directiveWiring(directive)
}

/**
* Add arbitrary classes to the parser's dictionary, overriding the generated type name.
*/
Expand Down