INPUT_OBJECT
CompanyPlanSettingsInput
Input type for mutating a company's plans and custom features.
link GraphQL Schema definition
1 input CompanyPlanSettingsInput { 4 2 # Custom features to set on the company, which will override plan settings. 3 CustomFeaturesInput! : 7 5 # Plans to assign to the company. 6 CompanyPlanInput]! : [ 8 }