@@ -3726,7 +3726,7 @@ MergeTypes(types):
37263726- If {kind } is `OBJECT `:
37273727 - Return the result of {MergeObjectTypes (types)}.
37283728
3729- #### Merge Scalar Types
3729+ ### Merge Scalar Types
37303730
37313731**Formal Specification **
37323732
@@ -3782,7 +3782,7 @@ scalar Date
37823782scalar Date
37833783```
37843784
3785- #### Merge Interface Types
3785+ ### Merge Interface Types
37863786
37873787** Formal Specification**
37883788
@@ -3901,7 +3901,7 @@ interface Product {
39013901}
39023902```
39033903
3904- #### Merge Enum Types
3904+ ### Merge Enum Types
39053905
39063906**Formal Specification **
39073907
@@ -4019,7 +4019,7 @@ enum Status {
40194019}
40204020```
40214021
4022- #### Merge Union Types
4022+ ### Merge Union Types
40234023
40244024** Formal Specification**
40254025
@@ -4116,7 +4116,7 @@ In this case, the `Product` type is marked with `@inaccessible` in the first
41164116schema . As a result, the `Product` type is excluded from the composed
41174117`SearchResult`
41184118
4119- #### Merge Input Types
4119+ ### Merge Input Types
41204120
41214121**Formal Specification**
41224122
@@ -4249,7 +4249,7 @@ input OrderInput {
42494249In this case , the description from the first schema is retained, while the
42504250fields are merged from both schemas to create the final `OrderInput` type.
42514251
4252- #### Merge Object Types
4252+ ### Merge Object Types
42534253
42544254**Formal Specification**
42554255
@@ -4406,7 +4406,7 @@ type Product {
44064406}
44074407```
44084408
4409- #### Merge Output Fields
4409+ ### Merge Output Fields
44104410
44114411**Formal Specification **
44124412
@@ -4586,7 +4586,7 @@ type Product {
45864586}
45874587```
45884588
4589- #### Merge Input Fields
4589+ ### Merge Input Fields
45904590
45914591**Formal Specification **
45924592
@@ -4683,7 +4683,7 @@ In the final schema, `minTotal` is defined using the most restrictive type
46834683(`Int!`), has a default value of `0`, and includes the description from the
46844684original field in `Schema A`.
46854685
4686- #### Merge Argument Definitions
4686+ ### Merge Argument Definitions
46874687
46884688**Formal Specification**
46894689
@@ -4779,7 +4779,7 @@ In the merged schema, the `filter` argument is defined with the most restrictive
47794779type (`ProductFilter!`), includes the description from the original field in
47804780`Schema A`, and is marked as required.
47814781
4782- #### Merge Arguments
4782+ ### Merge Arguments
47834783
47844784**Formal Specification**
47854785
0 commit comments