ExternalRelationInput
The input object for the integration external/local object linking.
input ExternalRelationInput {
action: String!
externalObjectId: ID
localObjectId: ID
userInput: String
}
Fields
ExternalRelationInput.action ● String! non-null scalar
The desired action taken.
ExternalRelationInput.externalObjectId ● ID scalar
The ID of the external object.
ExternalRelationInput.localObjectId ● ID scalar
The ID of the local object.
ExternalRelationInput.userInput ● String scalar
The user's input. Currently utilized for carrier mappings
Member Of
LinkExternalDataInput input