UNPKG

@ptc-org/nestjs-query-graphql

Version:
4 lines (3 loc) 168 B
import { GraphQLScalarType } from 'graphql'; export type ConnectionCursorType = string; export declare const ConnectionCursorScalar: GraphQLScalarType<string, string>;