OBJECT
ConnectorVersionParameter
Parameter for connector version
link GraphQL Schema definition
- type ConnectorVersionParameter {
- # The name of the parameter
- : String!
- # The type of the parameter. Could be setting or authentication. See
- # ConnectorVersionParameterType
- : ConnectorVersionParameterType!
- # Is the parameter mandatory or optional
- : Boolean!
- # The key of the parameter
- : String!
- # The type of value. Currently, only TEXT is supported
- : String!
- # The creation date
- : DateTime!
- # Get the value of the parameter
- #
- # Arguments
- # websiteId: Id of the website
- (: LegacyId!): ConnectorVersionParameterValue
- # Get the Connector Version of the parameter
- : ConnectorVersion
- }