Variable ONE_PRODUCT_ALL_ASSET_VERSIONSConst

ONE_PRODUCT_ALL_ASSET_VERSIONS: {
    query: string;
    variables: ((productId: string) => {
        after: any;
        filter: {
            id: string;
        };
        first: number;
    });
} = ...