InvokeFunctionInput
Input used when invoking a function.
This page contains
Fields
| id ID! | Identifier of the function to invoke. |
| context String | JSON payload passed directly to the function
Example: |
Mutations for InvokeFunctionInput
| invokeFunction PREVIEW | Invoke function. |