From 1515677acc24956841be6e357987e2ded0795c4c Mon Sep 17 00:00:00 2001 From: Mark Larah Date: Wed, 3 Jun 2026 11:13:31 -0500 Subject: [PATCH] GAPS-10 fix biblio --- gaps/GAP-10/DRAFT.md | 4 ++-- gaps/GAP-10/metadata.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gaps/GAP-10/DRAFT.md b/gaps/GAP-10/DRAFT.md index 40600bb..8a8bf5e 100644 --- a/gaps/GAP-10/DRAFT.md +++ b/gaps/GAP-10/DRAFT.md @@ -552,7 +552,7 @@ ValidateNoNestedMocks(selectionSet, isMockedByParent) : ## No Conflicting Mocks -If multiple equivalent selections ({Field Selection Merging}) exist for a field, +If multiple equivalent selections ({FieldSelectionMerging}) exist for a field, either all must use `@mock` with identical arguments, or none may use `@mock`. This rule extends across fragment boundaries. @@ -578,7 +578,7 @@ query GetFoo($id: ID!) { ValidateNoConflictingMocks(operationDefinition) : 1. Collect all fields in the operation, expanding fragment spreads, grouped by - {response name}. + {ResponseName}. 1. For each group of fields sharing a response name: * If any field has a `@mock` directive, every field in the group must have a `@mock` directive with identical arguments. diff --git a/gaps/GAP-10/metadata.json b/gaps/GAP-10/metadata.json index 2c2047f..e61be42 100644 --- a/gaps/GAP-10/metadata.json +++ b/gaps/GAP-10/metadata.json @@ -6,8 +6,8 @@ "SelectionSet": "#SelectionSet", "CompleteValue()": "#CompleteValue()", "CoerceArgumentValues()": "#CoerceArgumentValues()", - "response name": "#response-name", - "Field Selection Merging": "#sec-Field-Selection-Merging" + "ResponseName": "#response-name", + "FieldSelectionMerging": "#sec-Field-Selection-Merging" } } }