grantila / grantila/typeconv

Type 'any' not supported

Open
#40 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
447
Forks
10
PR merge metrics
No merged PRs in 30d

Description

i have a schema defined in operation-types.ts
export type Scalars = {
ID: { input: string; output: string; }
String: { input: string; output: string; }
Boolean: { input: boolean; output: boolean; }
Int: { input: number; output: number; }
Float: { input: number; output: number; }
bigint: { input: any; output: any; }
numeric: { input: any; output: any; }
timestamptz: { input: any; output: any; }
};

when i run typeconv -f ts -t gql -o gql-schemas 'src/gql/*.ts',there is error:
Type 'any' not supported
Type 'or' not supported

how to fix it?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.