insights: create and update mutations have different nullability for filters
Created by: coury-clark
The create line chart mutation has a nullable ViewControls object, but the update mutation has a non-nullable object.
We might want to just lump this in with the work to reimagine this entire model (try to reduce the complexity of chart types x series types in the GraphQL mutations)