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