|
4 | 4 | * This source code is licensed under the MIT license found in the |
5 | 5 | * LICENSE file in the root directory of this source tree. |
6 | 6 | * |
7 | | - * @generated SignedSource<<733f08cd406c19e1403b12a718566e81>> |
| 7 | + * @generated SignedSource<<b5ce6ba653f419089b892dcdd3b4b32d>> |
8 | 8 | */ |
9 | 9 |
|
10 | 10 | mod refetchable_fragment; |
@@ -180,6 +180,20 @@ async fn refetchable_fragment_with_connection_unstable_path_invalid() { |
180 | 180 | test_fixture(transform_fixture, file!(), "refetchable-fragment-with-connection-unstable-path.invalid.graphql", "refetchable_fragment/fixtures/refetchable-fragment-with-connection-unstable-path.invalid.expected", input, expected).await; |
181 | 181 | } |
182 | 182 |
|
| 183 | +#[tokio::test] |
| 184 | +async fn refetchable_fragment_with_connection_with_catch() { |
| 185 | + let input = include_str!("refetchable_fragment/fixtures/refetchable-fragment-with-connection-with-catch.graphql"); |
| 186 | + let expected = include_str!("refetchable_fragment/fixtures/refetchable-fragment-with-connection-with-catch.expected"); |
| 187 | + test_fixture(transform_fixture, file!(), "refetchable-fragment-with-connection-with-catch.graphql", "refetchable_fragment/fixtures/refetchable-fragment-with-connection-with-catch.expected", input, expected).await; |
| 188 | +} |
| 189 | + |
| 190 | +#[tokio::test] |
| 191 | +async fn refetchable_fragment_with_connection_with_catch_to_null() { |
| 192 | + let input = include_str!("refetchable_fragment/fixtures/refetchable-fragment-with-connection-with-catch-to-null.graphql"); |
| 193 | + let expected = include_str!("refetchable_fragment/fixtures/refetchable-fragment-with-connection-with-catch-to-null.expected"); |
| 194 | + test_fixture(transform_fixture, file!(), "refetchable-fragment-with-connection-with-catch-to-null.graphql", "refetchable_fragment/fixtures/refetchable-fragment-with-connection-with-catch-to-null.expected", input, expected).await; |
| 195 | +} |
| 196 | + |
183 | 197 | #[tokio::test] |
184 | 198 | async fn refetchable_fragment_with_connection_with_stream() { |
185 | 199 | let input = include_str!("refetchable_fragment/fixtures/refetchable-fragment-with-connection-with-stream.graphql"); |
|
0 commit comments