diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-08-25 12:01:48 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-08-25 12:01:48 +0200 |
| commit | 4b5e25a4d84e992910ad4bdf92b0f8a2213493a8 (patch) | |
| tree | 6120e2148f1c864904b1cb6a0a1b00d384c42876 /src/Language/GraphQL/Validate.hs | |
| parent | a4e648d5aa1b51adba3939377c7e5f1c12cd315a (diff) | |
| download | graphql-4b5e25a4d84e992910ad4bdf92b0f8a2213493a8.tar.gz | |
Add repeatable argument to the directive
… schema representation.
Diffstat (limited to 'src/Language/GraphQL/Validate.hs')
| -rw-r--r-- | src/Language/GraphQL/Validate.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Language/GraphQL/Validate.hs b/src/Language/GraphQL/Validate.hs index f929b98..f6f8788 100644 --- a/src/Language/GraphQL/Validate.hs +++ b/src/Language/GraphQL/Validate.hs @@ -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 |
