INPUT_OBJECT
CreateImportMappingMaskInput
link GraphQL Schema definition
- input CreateImportMappingMaskInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # API name of the entity this mask is configured for (e.g. "Account", "Contact", a
- # custom entity's API name).
- : String
- # Field whose values are strictly defined with an enumeration of values.
- : ImportMaskEntityTypeEnum!
- # Import mapping mask/relation_types in json format
- : JSONString!
- # Display name of the mask.
- : String!
- # Id of the owning user.
- : ID!
- # Import mapping mask/relation_types in json format
- : JSONString
- # Field whose values are strictly defined with an enumeration of values.
- : ProfileShareMode
- # Revision when entity was lastly changed.
- : Int
- : [UUID!]
- : [UUID!]
- }