Magidoc

UpdateCheckSelectorInput
Input Object

Fields

#

criteria

The typed criteria list to use to update the check selector. NOTE[mis/2022-06-23]: We could think about fields in the payload object to add/remove criteria from the list.

customerId

To change the customer the following field can be used. Keep in mind that setting the customer to null is only possible if the current user is a super user. To set a different customer the current user needs to have SYSTEM_EDIT permission on both customers - the current one and the potential new one.

description

A new description - if omitted the current description won't be changed.

id

ID !
Non-null

To update a check selector an ID of an existing check selector is needed.

name

A new name - if omitted the name property won't be touched. If null is set an error will be returned.

raw

If raw is used the typeCriteria field will be ignored and the selector will be create from the XML data.

Usages

#

References

#

  • Argument input of field updateCheckSelector from type Mutation