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