Half of the metadata are missing
Closed this issue · 1 comments
vikiival commented
{
total: metadataEntitiesConnection(orderBy: id_ASC) {
totalCount
}
missing: metadataEntitiesConnection(orderBy: id_ASC, where:{ name_eq: "" }) {
totalCount
}
}
{
"data": {
"total": {
"totalCount": 1564
},
"missing": {
"totalCount": 793
}
}
}
cc @preschian do I use Promise.any
incorrectly in minipfs or ?
vikiival commented
{
total: metadataEntitiesConnection(orderBy: id_ASC) {
totalCount
}
missing: metadataEntitiesConnection(orderBy: id_ASC, where:{ name_eq: "" }) {
totalCount
}
data: metadataEntities(where:{ name_eq: "" }) {
id
name
image
}
}
{
"data": {
"total": {
"totalCount": 1564
},
"missing": {
"totalCount": 4
},
"data": [
{
"id": "ipfs://ipfs/bafkreiar4duali2yfgfu562qa6iucp2jmtpmqt75s44rj25o2hfwtsooia",
"name": "",
"image": "ipfs://ipfs/bafkreiaiep66gd5s2xhgaesu2sdwisb5fta6ii4g7hnhwiqgs63i6v7obm"
},
{
"id": "ipfs://ipfs/bafkreidxrjwyvq6mx32t5g6siwpg34mi55a7k6qvgqmrznp3f4ggcuwpc4",
"name": "",
"image": "ipfs://ipfs/bafybeihlychb6wfcapmuibqsrdg7xk44vdkh7jsa2crhxnyili4htujv5q"
},
{
"id": "ipfs://ipfs/bafkreieqyeun5d5goirybivto3pnmomm6xsa4kadexmru6pyflw6elsskm",
"name": "",
"image": "ipfs://ipfs/bafybeihlychb6wfcapmuibqsrdg7xk44vdkh7jsa2crhxnyili4htujv5q"
},
{
"id": "ipfs://ipfs/bafkreihtzfj5zluwdfsz4pb3vv2tqzlazrb5ehy33nvhpqbhfdxmvxcua4",
"name": "",
"image": "ipfs://ipfs/bafybeiepba7fu7xxvzm36xv5tldkr55eyrgli2qopn3dm4e6yofx5tavti"
}
]
}
}