Variable GET_PRODUCT_ASSET_VERSIONSConst

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