SystemActionParameterInput
Helper input type for the 'executeSystemAction' mutation.
input SystemActionParameterInput {
key: String!
value: String
}
Fields
SystemActionParameterInput.key ● String! non-null scalar
SystemActionParameterInput.value ● String scalar
Member Of
executeSystemAction mutation ● executeSystemActionWorkflow mutation