What is an app?
An app is an external api or system that has been onboarded to Switchboard. Versori provides a number of public apps by default, however the value of the platform is in the ability to onboard your own custom app connections to use within Switchboard. An App is currently one of the following types:REST API
When onboarding a REST API, you upload an OpenAPI Specification (OAS) file. This file is used to generate the
app’s operations and available security schemes, as well as the available servers.
GraphQL API
When onboarding a GraphQL API, you provide an introspection url. This url is used to validate the queries and
mutations that you create within Switchboard for the app.
SQL Database
When onboarding a SQL Database, you create all of your SQL queries and also save those as operations.