INPUT_OBJECT

UpdateImportMappingMaskInput

link GraphQL Schema definition

  • input UpdateImportMappingMaskInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • 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
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • name: String
  • # Relation to single entity instance.
  • 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