Translate /api/v0/markets, /api/v0/market/[id] and /api/v0/slug/[id] into their graphql equivalent
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
import { TimestampResolver } from 'graphql-scalars'
|
|
|
|
const resolvers = { Timestamp: TimestampResolver }
|
|
|
|
export default resolvers
|