UNPKG

graphql-mocks

Version:
5 lines (4 loc) 102 B
export declare function createEdge<T>(node: T, cursor: string): { cursor: string; node: T; };