Closed
Description
There's a small bug regarding inputObject directives in this line guys:
Instead of:
.withDirectives(*buildDirectives(definition.directives, setOf(), Introspection.DirectiveLocation.INPUT_FIELD_DEFINITION))
you should have:
.withDirectives(*buildDirectives(inputDefinition.directives, setOf(), Introspection.DirectiveLocation.INPUT_FIELD_DEFINITION))
Metadata
Metadata
Assignees
Labels
No labels