INPUT_OBJECT

UpdateAllowedContactTypeInput

link GraphQL Schema definition

  • input UpdateAllowedContactTypeInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Relation to single entity instance.
  • contactTypeId: ID
  • # Relation to single entity instance.
  • masterRightId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by