CopySystemSelectorInput
No description
input CopySystemSelectorInput {
copyFrom: ID!
name: String
description: String
}
Fields
CopySystemSelectorInput.copyFrom ● ID! non-null scalar
The id of the system selector to copy from.
CopySystemSelectorInput.name ● String scalar
The name of the new system selector. If not set a name is given for the copy.
CopySystemSelectorInput.description ● String scalar
The description of the new system selector. If not set the original description will be copied.
Member Of
copySystemSelector mutation