INPUT_OBJECT

UpdateParentAccountRelationTypeInput

link GraphQL Schema definition

  • input UpdateParentAccountRelationTypeInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Simple text input field.
  • childLabel: String
  • # Simple text input field.
  • parentLabel: String
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by