FunctionInvocationConnection
Paginated list of function invocations.
This page contains
Fields
| pageInfo: PageInfo! | Information about the current page. |
| totalCount: Int! | Total count of invocations for this function. |
| nodes: [FunctionInvocation!]! PREVIEW | Invocations in the current page. |
Parent objects of FunctionInvocationConnection
| Function PREVIEW | A function whose code is executed on the AppDirect platform. |
Queries for FunctionInvocationConnection
| function PREVIEW | Function by id. |