For the complete documentation index, see llms.txt. This page is also available as Markdown.

ExternalMappingOrder

No description

input ExternalMappingOrder {
  createdBy: [UserOrder]
  createdOn: SortOrder
  externalEntityId: SortOrder
  externalSystemId: SortOrder
  id: SortOrder
  modifiedBy: [UserOrder]
  modifiedOn: SortOrder
  system: SortOrder
}

Fields

createdBy ● [UserOrder] list input

The user who created this resource.

createdOn ● SortOrder enum

The creation date of this resource.

externalEntityId ● SortOrder enum

The external entity ID of this mapping.

externalSystemId ● SortOrder enum

The external system ID of this mapping.

id ● SortOrder enum

The universally unique identifier of this node.

modifiedBy ● [UserOrder] list input

The user who last modified this resource.

modifiedOn ● SortOrder enum

The last modified date of this resource.

system ● SortOrder enum

Whether this resource is reserved by the system.

Last updated

Was this helpful?