How to use @imqueue/rpc - 1 common examples

To help you get started, we’ve selected a few @imqueue/rpc examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github imqueue / graphql-dependency / src / helpers / index.ts View on Github external
export function hash(
    entity: GraphQLObjectType,
    method: ResolveMethod,
    ...args: any[]
): string {
    return signature(entity.name, method + '', args);
}

@imqueue/rpc

RPC-like client-service implementation over messaging queue

ISC
Latest version published 4 months ago

Package Health Score

54 / 100
Full package analysis

Popular @imqueue/rpc functions