Appearance
GraphQL API Explorer
You can try GraphQL queries from your browser using Banana Cake Pop by opening the AireFlow menu and selecting "GraphQL API". From there you can try out and validate your queries, as well as browse the schema of the API.
Authentication
Banana Cake Pop doesn't support AireFlow's usual authentication methods, so you will need to manually add an HTTP header for it to work. Headers can be set through the UI at the bottom of the screen.
If you are using API key authentication, then you need to add the X-Api-Key
header.
If you are using any other type of authentication (such as AireIdentity or any other identity provider), then you need to add the Authorization
header along with a valid access token. The easiest way to find a token to use is by opening the Network tab of your browser's developer tools, refreshing the Workflow Definitions page and then looking for the Authorization header that is sent along with the /WorkflowDefinition
GET request. Remember to include the word "Bearer" at the start when copying the token into the API Explorer, just as it appears in the Network tab.