BoM items can be accessed by pagination.
Pagination helps keep network responses small and fast. If you are experiencing issues with speed, or timeout errors, this could be a solution.
Here is an example:
query bomIdPagination { desBomById( id: "RGV..." ) { id #After value is the end cursor for the previous page items(first: 5, after: "OQ==") { nodes { quantity bomItemInstances { designator } component { details { parameters { name value } } name description isManaged } } pageInfo { endCursor } } } }
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article