Skip to content

Commit 790a7e7

Browse files
Updated GraphQL schema
1 parent cc46772 commit 790a7e7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

api-specs/graphql/schema.sdl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1830,7 +1830,9 @@ type Category implements Versioned & ReferenceExpandable {
18301830
stagedProductCount: Int!
18311831
"""Number of direct child categories."""
18321832
childCount: Int!
1833-
"""Direct child categories."""
1833+
"""
1834+
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.
1835+
"""
18341836
children: [Category!]
18351837
createdAt: DateTime!
18361838
lastModifiedAt: DateTime!

0 commit comments

Comments
 (0)