ENUM

ConnectorVersionParameterType

Type of connector version parameter

link GraphQL Schema definition

  • enum ConnectorVersionParameterType {
  • # Used by authentication step. Allows to specify all parameters needed for
  • # authentication, like token or password
  • AUTHENTICATION
  • # Used by settings step. Allow you to specify settings field for this connector
  • # version
  • SETTING
  • }