INPUT_OBJECT

CreateOrUpdateParentAccountRelationTypeInput

link GraphQL Schema definition

  • input CreateOrUpdateParentAccountRelationTypeInput {
  • 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