Add repeatable argument to the directive

…  schema representation.
This commit is contained in:
2024-08-25 12:01:48 +02:00
parent a4e648d5aa
commit 4b5e25a4d8
6 changed files with 22 additions and 10 deletions

View File

@@ -482,4 +482,4 @@ directive context rule (Full.Directive directiveName arguments' _) =
$ Validation.schema context
in arguments rule argumentTypes arguments'
where
directiveArguments (Schema.Directive _ _ argumentTypes) = argumentTypes
directiveArguments (Schema.Directive _ argumentTypes _ _) = argumentTypes