RegisteredQueryHandler.execute property
Home > @cbnsndwch/nest-zero-synced-queries > RegisteredQueryHandler > execute
RegisteredQueryHandler.execute property
Execute the handler with proper context. Executes guards, resolves parameters, then calls the handler.
Signature:
execute: (request: any, ...args: any[]) => Promise<AST>;How was this page?