UNPKG

graplix

Version:

Authorization framework for implementing Relation-based Access Control (ReBAC) with the Resolver (Inspired by [GraphQL](https://graphql.org))

4 lines (3 loc) 106 B
export function compileNodeId(args: { type: string; id: string }) { return `${args.type}:${args.id}`; }