INPUT_OBJECT

CompanyPlanSettingsInput

Input type for mutating a company's plans and custom features.

link GraphQL Schema definition

1input CompanyPlanSettingsInput {
4
2# Custom features to set on the company, which will override plan settings.
3customFeatures: CustomFeaturesInput!
7
5# Plans to assign to the company.
6plans: [CompanyPlanInput]!
8}

link Required by