ipfsHashCheck
Check if a selected image exists in IPFS storage by querying its hash & returning a size of such image in bytes
ipfsHashCheck(
hash: String!
): Int!
Arguments
ipfsHashCheck.hash
● String!
non-null scalar
Type
Int
scalar
The
Int
scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.