đ FunctionsexecuteSyncexecuteSync CallableexecuteSync(args: ExecutionArgs): ExecutionResultAlso implements the âExecuting requestsâ section of the GraphQL specification. However, it guarantees to complete synchronously (or throw an error) assuming that all field resolvers are also synchronous.Parametersargs: ExecutionArgsReturns ExecutionResult
Also implements the âExecuting requestsâ section of the GraphQL specification. However, it guarantees to complete synchronously (or throw an error) assuming that all field resolvers are also synchronous.