@neo4j/graphql
Version:
A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations
9 lines • 317 B
TypeScript
interface DecodedGlobalId {
typeName: string;
field: string;
id: string | number;
}
export declare function toGlobalId({ typeName, field, id }: DecodedGlobalId): string;
export declare function fromGlobalId(id: string, isInt?: boolean): DecodedGlobalId;
export {};
//# sourceMappingURL=global-ids.d.ts.map