Preview

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

FunctionInvocation

Output of a function's invocation.

This page contains

    Fields

    id: ID!

    Identifier for the function invocation.

    function: Function! PREVIEW

    Function that was invoked.

    successful: Boolean!

    Whether the function has executed successfully or not.

    startedOn: DateTime!

    When the function invocation started.

    endedOn: DateTime!

    When the function invocation completed.

    error: String

    An error message if the function has not executed successfully.

    logs: [FunctionInvocationLogLine!] PREVIEW

    Logs produced by the function during the invocation.

    Parent objects of FunctionInvocation

    Function PREVIEW

    A function whose code is executed on the AppDirect platform.

    FunctionInvocationConnection PREVIEW

    Paginated list of function invocations.

    Mutations for FunctionInvocation

    invokeFunction PREVIEW

    Invoke function.

    Queries for FunctionInvocation

    function PREVIEW

    Function by id.