UpdateClientInput

GraphQL schema definition

  • type UpdateClientInput {
  • code: ID!
  • name: String
  • isActive: Boolean
  • owner: ID
  • }

Fields