INPUT_OBJECT

UpdateCompanyInput

Input type for updating a CallTracking

link GraphQL Schema definition

  • input UpdateCompanyInput {
  • # The name of the Company
  • companyName: String!
  • # Id of a parent Company
  • parent: Int
  • }

link Require by