INPUT_OBJECT

CreateImportMappingMaskInput

link GraphQL Schema definition

  • input CreateImportMappingMaskInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # API name of the entity this mask is configured for (e.g. "Account", "Contact", a
  • # custom entity's API name).
  • entityApiName: String
  • # Field whose values are strictly defined with an enumeration of values.
  • entityType: ImportMaskEntityTypeEnum!
  • # Import mapping mask/relation_types in json format
  • mapping: JSONString!
  • # Display name of the mask.
  • name: String!
  • # Id of the owning user.
  • ownerId: ID!
  • # Import mapping mask/relation_types in json format
  • relationTypes: JSONString
  • # Field whose values are strictly defined with an enumeration of values.
  • shareMode: ProfileShareMode
  • # Revision when entity was lastly changed.
  • revision: Int
  • sharingClients: [UUID!]
  • sharingUnits: [UUID!]
  • }

link Require by