NftImageFragment: {
    __typename: "NftImage";
    collection: NetworkAddressFragment;
    image: ProfilePictureSetFragment;
    tokenId: string;
    verified: boolean;
}

Type declaration