invokeFunction
Invoke function.
This page contains
Arguments
| input InvokeFunctionInput! PREVIEW |
InvokeFunctionInput fields
| id ID! | Identifier of the function to invoke. |
| context String | JSON payload passed directly to the function
Example: |
Return Fields
| invocation FunctionInvocation PREVIEW | Function invocation if the function was invoked. |
| userErrors [InvokeFunctionError!] PREVIEW | User errors preventing function from being invoked. |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.