GraphQL is a query language for APIs. It gives the requester the ability to ask for exactly what they need from many resources in a single request.
As Nexar provides comprehensive access to various areas of the PCB creation process, our data is very interwoven and complex, GraphQL works well as it allows us to provide clear and direct access to the data that is required.
Here's an example GraphQL query:
query Categories { supCategories { id name path } }
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