Object

FileBasedApiDefinition

The file that contains the API definitions.

Fields

filename(): String!
The filename of the file where the API definitions are listed.
parsed_api_definition(): ParsedApiDefinition!
The output from parsing the API definition
authentications(): [ApiAuthentication!]!
A list of the API authentication credentials (for example: Basic, Bearer Token, API Key).
enabled_endpoints(): [EnabledEndpoint!]!
A list of the API endpoints.