Directive
fun Directive(options: Set<String> = emptySet(), body: (args: DirectiveArgs, ctx: DirectiveContext) -> <Error class: unknown class>): Directive
Builds a Directive from a lambda — keeps custom directives one expression.
Builds a Directive from a lambda — keeps custom directives one expression.