trompamusic / trompace-client

A python library to read from and write to the Trompa CE
Apache License 2.0
1 stars 0 forks source link

we don't check if required values are None #48

Closed alastair closed 3 years ago

alastair commented 3 years ago

Some arguments to mutations are required parameters, as the CE requires them to be set. However, we then strip None values from the returned dictionary, which means that someone could pass in None values to these required fields. We should double-check that the field is set before returning it