From f306736273e1fee0be1841f8c3aa14770d5679f4 Mon Sep 17 00:00:00 2001 From: Jovi De Croock Date: Fri, 17 May 2024 09:36:28 +0200 Subject: [PATCH] Ensure variables are defined --- spec/Section 5 -- Validation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/Section 5 -- Validation.md b/spec/Section 5 -- Validation.md index 718924814..17c703987 100644 --- a/spec/Section 5 -- Validation.md +++ b/spec/Section 5 -- Validation.md @@ -586,6 +586,7 @@ fragment commandFragment($command: DogCommand!) on Dog { fragment potentiallyConflictingArguments( $commandOne: DogCommand! + $commandTwo: DogCommand! ) on Dog { ...commandFragment(command: $commandOne) ...commandFragment(command: $commandTwo)