INPUT_OBJECT
CreateOrUpdateFieldMappingInput
link GraphQL Schema definition
- input CreateOrUpdateFieldMappingInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Boolean value.
- : Boolean
- : FieldMappingTemplateJSONString
- # Field whose values are strictly defined with an enumeration of values.
- : FieldMappingOperationTypeEnum
- : [EntityTypeFieldMappingJSONString!]
- # Revision when entity was lastly changed.
- : Int
- # Relations to CloudObjects.
- : [CreateCloudObjectRelationNoBackrefInput!]
- }