Commit 77ef899
fix(indexer): remove cdn_asset_uris from getCollectionData query
The local testnet indexer does not have the cdn_asset_uris table/relationship
on current_collections_v2, causing CI test failures with the error:
'field cdn_asset_uris not found in type: current_collections_v2'
This removes the cdn_asset_uris field from:
- src/internal/queries/getCollectionData.graphql
- src/types/generated/operations.ts (GetCollectionDataQuery type)
- src/types/generated/queries.ts (query string)
Fixes CI failures in e2e tests for account.test.ts and digitalAsset.test.ts
Co-authored-by: Greg Nazario <greg@gnazar.io>1 parent d10017e commit 77ef899
File tree
4 files changed
+1
-33
lines changed- src
- internal/queries
- types/generated
4 files changed
+1
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 17 | | |
29 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | 406 | | |
418 | 407 | | |
419 | 408 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | 270 | | |
282 | 271 | | |
283 | 272 | | |
| |||
0 commit comments