InteractWithAppInput (Input)
Description
No description
Fields
| Name | Description |
|---|---|
| appId - String! | |
| callbackId - String | |
| dynamicBlockKey - String | |
| inputs - String | |
| interactionId - String! | |
| preview - Boolean | |
| props - String | |
| shortcutKey - String |
input InteractWithAppInput {
appId: String!
callbackId: String
dynamicBlockKey: String
inputs: String
interactionId: String!
preview: Boolean
props: String
shortcutKey: String
}