We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Progress of the issue based on the Contributor Workflow
Make sure to fork this template and run yarn generate in the terminal. Please make sure the GraphQL Scalars package version under package.json matches yours.
Make sure to fork this template and run yarn generate in the terminal.
yarn generate
Please make sure the GraphQL Scalars package version under package.json matches yours.
package.json
Describe the bug
Same as #1522 and #1195
node_modules/graphql-scalars/typings/scalars/iso-date/Time.d.ts:10:35 - error TS2315: Type 'GraphQLScalarType' is not generic. 10 export declare const GraphQLTime: GraphQLScalarType<Date, string>; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To Reproduce Steps to reproduce the behavior:
npx tsc
Expected behavior
Typescript successfully builds
Environment:
Additional context
The text was updated successfully, but these errors were encountered:
@Lexicality did you ever fix this?
What combo worked for you?
Sorry, something went wrong.
@Lexicality did you ever fix this? What combo worked for you?
Nope! I simply gave up and used a variety of other libraries and my own code
seems like you need graphQL version 16: graphql/graphql-js@4f21cdc
breaking change from graphql-scalars that takes advantage of it: 0fb119a
downgrading to [email protected] fixes this
In that case it would be nice if the peer dependencies were updated to make that clearer.
No branches or pull requests
Issue workflow progress
Progress of the issue based on the Contributor Workflow
Describe the bug
Same as #1522 and #1195
To Reproduce
Steps to reproduce the behavior:
npx tsc
Expected behavior
Typescript successfully builds
Environment:
Additional context
The text was updated successfully, but these errors were encountered: