Why GraphQL?

Modified on Mon, 27 Mar 2023 at 01:40 PM

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

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article