You can use Banana Cake Pop IDE (BCP) in order to explore available GraphQL operations (queries, mutations, subscriptions), compose and invoke them, and see the results.
Click the "Documents" button in the left command bar. In the opened "Documents" panel click the "New document" button and enter the document name. Compose an operation (e.g. a query) in the "Operations" panel and click "Run". See the operation results in the "Response" panel.
Ensure you have added your Nexar access token using this (key: value) in the HTTP header section:Authorization: Bearer <your Nexar token>
In addition, you may click the "Operations" button for extra commands:
"Schema Reference", the list of all GraphQL operations and their parameters.
"Schema Definition", the whole Nexar GraphQL schema in schema definition language (SDL).
Alternatively, you can use another IDE such as Postman.
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