You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Acceptance Criteria
Using GraphQL, I can use the catalogProduct(slugOrId: String): CatalogItemProduct query to get a single CatalogProduct by it's slug.
The text was updated successfully, but these errors were encountered:
Summary
Create a query to retrieve a single catalog product by the provided slug or ID.
Implementation
The catalogProduct query should have the following signature
See #4105 for schema detail.
Acceptance Criteria
Using GraphQL, I can use the catalogProduct(slugOrId: String): CatalogItemProduct query to get a single CatalogProduct by it's slug.
The text was updated successfully, but these errors were encountered: