-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #132: Added Module for Product Images #143
Conversation
apps/backend/src/modules/product-image/dto/productimage.input.ts
Outdated
Show resolved
Hide resolved
apps/backend/src/modules/product-image/entities/productimage.entity.ts
Outdated
Show resolved
Hide resolved
apps/backend/src/modules/product-image/product-image.resolver.ts
Outdated
Show resolved
Hide resolved
apps/backend/src/modules/product-image/product-image.resolver.ts
Outdated
Show resolved
Hide resolved
@Shukazuby Could you please share a screenshot of GraphQL queries for ProductImage, similar to this one? It can be with any test data, I just need an example that includes fetching all product images and a specific product image by ID. |
@Shukazuby Once you finish, please run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Shukazuby It looks like a change hasn’t been addressed yet. Please make sure to resolve it and add the migration, please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Shukazuby Thank you for making the changes. LGTM! Great job!🚀Let’s wait for a second review. @danielcdz
Issue #132: Added Module for Product Images
Closes #132
Added Service, Resolver and Module to add, fetch all, and fetch product images by Id.
To help with the task, I created a provisional product module to create product, reference it to product image and tested with created product id.