MarketplaceMetadataFragment: {
    __typename: "MarketplaceMetadata";
    animationUrl: string | null;
    attributes: PublicationMarketplaceMetadataAttributeFragment[] | null;
    description: string | null;
    externalURL: string | null;
    image: ImageSetFragment | null;
    name: string | null;
}

Type declaration