|
1 |
| -// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 1 | +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing |
2 | 2 |
|
3 | 3 | exports[`Serialized graph should generate a post-initialization graph and match snapshot 1`] = `
|
4 | 4 | "{
|
@@ -2097,38 +2097,6 @@ exports[`Serialized graph should generate a post-initialization graph and match
|
2097 | 2097 | },
|
2098 | 2098 | "id": "-658225180"
|
2099 | 2099 | },
|
2100 |
| - "-702351839": { |
2101 |
| - "source": "-1492607355", |
2102 |
| - "target": "1259354433", |
2103 |
| - "metadata": { |
2104 |
| - "type": "class-to-class", |
2105 |
| - "sourceModuleName": "GraphQLSchemaBuilderModule", |
2106 |
| - "sourceClassName": "UnionDefinitionFactory", |
2107 |
| - "targetClassName": "ResolveTypeFactory", |
2108 |
| - "sourceClassToken": "UnionDefinitionFactory", |
2109 |
| - "targetClassToken": "ResolveTypeFactory", |
2110 |
| - "targetModuleName": "GraphQLSchemaBuilderModule", |
2111 |
| - "keyOrIndex": 0, |
2112 |
| - "injectionType": "constructor" |
2113 |
| - }, |
2114 |
| - "id": "-702351839" |
2115 |
| - }, |
2116 |
| - "-1647339849": { |
2117 |
| - "source": "-1492607355", |
2118 |
| - "target": "-973488942", |
2119 |
| - "metadata": { |
2120 |
| - "type": "class-to-class", |
2121 |
| - "sourceModuleName": "GraphQLSchemaBuilderModule", |
2122 |
| - "sourceClassName": "UnionDefinitionFactory", |
2123 |
| - "targetClassName": "TypeDefinitionsStorage", |
2124 |
| - "sourceClassToken": "UnionDefinitionFactory", |
2125 |
| - "targetClassToken": "TypeDefinitionsStorage", |
2126 |
| - "targetModuleName": "GraphQLSchemaBuilderModule", |
2127 |
| - "keyOrIndex": 1, |
2128 |
| - "injectionType": "constructor" |
2129 |
| - }, |
2130 |
| - "id": "-1647339849" |
2131 |
| - }, |
2132 | 2100 | "-1301730010": {
|
2133 | 2101 | "source": "-1399120880",
|
2134 | 2102 | "target": "-325525981",
|
@@ -2161,6 +2129,38 @@ exports[`Serialized graph should generate a post-initialization graph and match
|
2161 | 2129 | },
|
2162 | 2130 | "id": "-1418451909"
|
2163 | 2131 | },
|
| 2132 | + "-702351839": { |
| 2133 | + "source": "-1492607355", |
| 2134 | + "target": "1259354433", |
| 2135 | + "metadata": { |
| 2136 | + "type": "class-to-class", |
| 2137 | + "sourceModuleName": "GraphQLSchemaBuilderModule", |
| 2138 | + "sourceClassName": "UnionDefinitionFactory", |
| 2139 | + "targetClassName": "ResolveTypeFactory", |
| 2140 | + "sourceClassToken": "UnionDefinitionFactory", |
| 2141 | + "targetClassToken": "ResolveTypeFactory", |
| 2142 | + "targetModuleName": "GraphQLSchemaBuilderModule", |
| 2143 | + "keyOrIndex": 0, |
| 2144 | + "injectionType": "constructor" |
| 2145 | + }, |
| 2146 | + "id": "-702351839" |
| 2147 | + }, |
| 2148 | + "-1647339849": { |
| 2149 | + "source": "-1492607355", |
| 2150 | + "target": "-973488942", |
| 2151 | + "metadata": { |
| 2152 | + "type": "class-to-class", |
| 2153 | + "sourceModuleName": "GraphQLSchemaBuilderModule", |
| 2154 | + "sourceClassName": "UnionDefinitionFactory", |
| 2155 | + "targetClassName": "TypeDefinitionsStorage", |
| 2156 | + "sourceClassToken": "UnionDefinitionFactory", |
| 2157 | + "targetClassToken": "TypeDefinitionsStorage", |
| 2158 | + "targetModuleName": "GraphQLSchemaBuilderModule", |
| 2159 | + "keyOrIndex": 1, |
| 2160 | + "injectionType": "constructor" |
| 2161 | + }, |
| 2162 | + "id": "-1647339849" |
| 2163 | + }, |
2164 | 2164 | "-1795848503": {
|
2165 | 2165 | "source": "206199259",
|
2166 | 2166 | "target": "1259354433",
|
|
0 commit comments