ENUM
ListMutationTypeInput
link GraphQL Schema definition
- enum ListMutationTypeInput {
 - #   Adds a new entry to the list. Fails if a matching entry already exists.
 - #   Removes an existing entry in the list. Fails if a matching entry is not found.
 - #   Removes all the entries in the list.
 - #   Replaces an existing entry in the list. Adds a new entry if a matching entry is 
 - #   not found.
 - #   Replaces all existing entries in the list.
 - #   Update an existing entry in the list. Modifies only the parameters given
 - }
 
    link Require by
- CustomVariablesInput
 - DeviceClipAddressConfigInput
 - DeviceLagConfigInput
 - DevicePortsConfigInput
 - DeviceServicesConfigInput
 - DeviceVlanConfigInput
 - DeviceVRFConfigInput
 - EndpointLocationConfigInput
 - ListL2ConfigInput
 - ListL3ConfigInput
 - ServiceDefinitionApplicationConfigInput
 - SiteCustomActionsConfigInput
 - SiteCustomVariablesConfigInput
 - SiteDiscoverConfigInput
 - SiteDiscoverProfilesConfigInput
 - SiteVlanConfigInput
 - SiteVRFConfigInput