Skip to content
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

Create a catalogProduct query in graphQL #4106

Closed
spencern opened this issue Mar 30, 2018 · 0 comments · Fixed by #4287
Closed

Create a catalogProduct query in graphQL #4106

spencern opened this issue Mar 30, 2018 · 0 comments · Fixed by #4287
Assignees
Milestone

Comments

@spencern
Copy link
Contributor

spencern commented Mar 30, 2018

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

catalogProduct(slugOrId: String): CatalogItemProduct

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants