Skip to main content

How To Onboard An Application Using GraphQL API


Prerequisites

APIsec platform requires the following two prerequisites for GraphQL onboarding:

  • SDL file – Schema Definition Language file that describes the GraphQL schema.

  • Instance URL – The GraphQL endpoint URL where queries and mutations will be executed.


Open your browser and visit: https://<your-tenant>.apisecapps.com


Click on the "Add Application"

Add Application


Select GraphQL

  • Choose the "GraphQL" option. Choose the Graphql

  • Click "Next" to proceed. Click Next


Upload a valid GraphQL SDL to onboard your GraphQL API and enter application details.

  • Enter the Name alt text

  • Click Browse files to upload the SDL alt text

  • Click Continue alt text

  • Enter the Instance URL alt text

  • Click "Onboard" alt text

  • Application created successfully alt text

  • GraphQL API successfully onboarded. alt text

Edit Query or Edit Mutation

  • Click Edit Query alt text

  • Enter the Variables Values alt text

  • Click Update alt text

  • Updated Variables Values are available in Parameters Configuration Table alt text