INPUT_OBJECT

CreateParentAccountRelationTypeInput

link GraphQL Schema definition

  • input CreateParentAccountRelationTypeInput {
  • clientMutationId: String
  • # 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