INPUT_OBJECT
input MobotixAddOptionsParams {# Username for Mobotix connectorusername: String!# Mobotix SNMP port numbersnmpPort: Int# Mobotix SNMP read community namesnmpCommunity: String# Password for Mobotix connectorpassword: String!# Mobotix port numberport: Int!# Mobotix web protocolwebProtocol: IotConnectorWebProtocol!}