INPUT_OBJECT
PolicyServiceGroupMutationDataInput
link GraphQL Schema definition
- input PolicyServiceGroupMutationDataInput {
 - #   Replace the current list of services with the ones specified.
 - : [PolicyServiceDataIdentifierInput]
 - #   Services to append to the associated list of services.
 - : [PolicyServiceDataIdentifierInput]
 - : [PolicyServiceGroupDataIdentifierInput]
 - : String
 - : Boolean
 - #   Services to remove to the associated list of services.
 - : [PolicyServiceDataIdentifierInput]
 - : [PolicyServiceGroupDataIdentifierInput]
 - : [PolicyServiceGroupDataIdentifierInput]
 - }