SetOutput
No description
input SetOutput {
name: String!
value: String!
}
Fields
SetOutput.name ● String! non-null scalar
The name of the output to set.
SetOutput.value ● String! non-null scalar
The value to set for the output.
Member Of
SubmitScreenInput input