Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,9 @@ type Category implements Versioned & ReferenceExpandable {
stagedProductCount: Int!
"""Number of direct child categories."""
childCount: Int!
"""Direct child categories."""
"""
Direct child categories. The maximum number of child categories that can be fetched is **150**. If the actual number of child categories exceeds this limit, the query will fail.
"""
children: [Category!]
createdAt: DateTime!
lastModifiedAt: DateTime!
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -543,3 +543,4 @@ d71139f421f6ec0343438bef335b6826feaa86e7
d881c2aded2a23820808d785f150b153e09abe79
d6881e9b71486cb67db3ba779f13d2f5142ef525
cc467725d8196c5812f7d9a98645febdf0e1d073
790a7e7848cdedc26065d002fa67757cef290e08
Loading