INPUT_OBJECT
ConnectedAccountCreateInput
link GraphQL Schema definition
- input ConnectedAccountCreateInput {
- # Optional Client ID for the token or secret
- String :
- # Private data related to the connected account
- JSON :
- # Refresh token for the connected account
- String :
- # Public data related to the connected account
- JSON :
- # Secret token used to call service
- String :
- # Service which the connected account belongs to
- ConnectedAccountService :
- # Optional username for the connected account
- String :
- }