UNPKG

graphql-compose-connection

Version:

Plugin for `graphql-compose` which provide a connection resolver for types.

8 lines 509 B
import { composeWithConnection } from './composeWithConnection'; import { cursorToData, dataToCursor } from './cursor'; import { prepareConnectionResolver } from './connection'; export default composeWithConnection; export { composeWithConnection, prepareConnectionResolver, cursorToData, dataToCursor }; export type { ConnectionResolverOpts, ConnectionSortOpts, ConnectionSortMapOpts, ConnectionTArgs, } from './connection'; export type { CursorDataType } from './cursor'; //# sourceMappingURL=index.d.ts.map