Optionalarguments?: unknownArguments to pass to the function.
Optionalinvoke?: "SYNC" | "ASYNC"Specifies whether the function is invoked synchronously or asynchronously.
The name of the function to invoke.
OptionalselectionSet?: stringA GraphQL selection set string. Only applicable when the function type is graphql.
A reference to a function to invoke, either as a name string or a structured object.