EditableExternalRelationInput
The input object for editing/relinking an external relation.
input EditableExternalRelationInput {
externalObjectId: ID
localObjectId: ID
objectType: String!
}
Fields
EditableExternalRelationInput.externalObjectId ● ID scalar common
The ID of the external object.
EditableExternalRelationInput.localObjectId ● ID scalar common
The ID of the local object.
EditableExternalRelationInput.objectType ● String! non-null scalar common
The object type to have the action performed on.