@@ -3637,7 +3637,7 @@ MergeTypes(types):
36373637- If {kind } is `OBJECT `:
36383638 - Return the result of {MergeObjectTypes (types)}.
36393639
3640- #### Merge Scalar Types
3640+ ### Merge Scalar Types
36413641
36423642**Formal Specification **
36433643
@@ -3693,7 +3693,7 @@ scalar Date
36933693scalar Date
36943694```
36953695
3696- #### Merge Interface Types
3696+ ### Merge Interface Types
36973697
36983698** Formal Specification**
36993699
@@ -3812,7 +3812,7 @@ interface Product {
38123812}
38133813```
38143814
3815- #### Merge Enum Types
3815+ ### Merge Enum Types
38163816
38173817**Formal Specification **
38183818
@@ -3930,7 +3930,7 @@ enum Status {
39303930}
39313931```
39323932
3933- #### Merge Union Types
3933+ ### Merge Union Types
39343934
39353935** Formal Specification**
39363936
@@ -4027,7 +4027,7 @@ In this case, the `Product` type is marked with `@inaccessible` in the first
40274027schema . As a result, the `Product` type is excluded from the composed
40284028`SearchResult`
40294029
4030- #### Merge Input Types
4030+ ### Merge Input Types
40314031
40324032**Formal Specification**
40334033
@@ -4160,7 +4160,7 @@ input OrderInput {
41604160In this case , the description from the first schema is retained, while the
41614161fields are merged from both schemas to create the final `OrderInput` type.
41624162
4163- #### Merge Object Types
4163+ ### Merge Object Types
41644164
41654165**Formal Specification**
41664166
@@ -4317,7 +4317,7 @@ type Product {
43174317}
43184318```
43194319
4320- #### Merge Output Fields
4320+ ### Merge Output Fields
43214321
43224322**Formal Specification **
43234323
@@ -4497,7 +4497,7 @@ type Product {
44974497}
44984498```
44994499
4500- #### Merge Input Fields
4500+ ### Merge Input Fields
45014501
45024502**Formal Specification **
45034503
@@ -4594,7 +4594,7 @@ In the final schema, `minTotal` is defined using the most restrictive type
45944594(`Int!`), has a default value of `0`, and includes the description from the
45954595original field in `Schema A`.
45964596
4597- #### Merge Argument Definitions
4597+ ### Merge Argument Definitions
45984598
45994599**Formal Specification**
46004600
@@ -4690,7 +4690,7 @@ In the merged schema, the `filter` argument is defined with the most restrictive
46904690type (`ProductFilter!`), includes the description from the original field in
46914691`Schema A`, and is marked as required.
46924692
4693- #### Merge Arguments
4693+ ### Merge Arguments
46944694
46954695**Formal Specification**
46964696
0 commit comments