Preview

InvokeFunctionInput is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

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: {"orderId": "12345", "action": "process"} If omitted, an empty string is passed to the function.

    Mutations for InvokeFunctionInput

    invokeFunction PREVIEW

    Invoke function.