Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type 'any' not supported #40

Open
BillInUK opened this issue Dec 27, 2023 · 0 comments
Open

Type 'any' not supported #40

BillInUK opened this issue Dec 27, 2023 · 0 comments

Comments

@BillInUK
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant