mirror of
https://github.com/vercel/commerce.git
synced 2025-07-04 04:01:21 +00:00
* folder and env setup * codegen.json headers removed * icky-175-get-site-info * PR comments resolved * update category Id Co-authored-by: Chandradeepta <43542673+Chandradeepta@users.noreply.github.com>
11 lines
198 B
TypeScript
11 lines
198 B
TypeScript
export const CategoryInfo = /* GraphQL */`
|
|
fragment categoryInfo on PrCategory {
|
|
categoryId
|
|
categoryCode
|
|
isDisplayed
|
|
content {
|
|
name
|
|
slug
|
|
description
|
|
}
|
|
}`; |