CopySystemSelectorPayload
No description
type CopySystemSelectorPayload {
result: OperationResult!
copy: SystemSelector
}
Fields
CopySystemSelectorPayload.result ● OperationResult! non-null object
The result of the copy operation.
CopySystemSelectorPayload.copy ● SystemSelector object
If the copy operation was successful the new system selector is available here.
Returned By
copySystemSelector mutation