-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Lacking Typescript declarations #27
Comments
All those should be optional I don't know about a |
(Also the inflectors themselves need to have a |
Ah, right, I forgot about making them optional because |
Looks like TSDoc does not yet support this, the RFC is already implemented by https://api-extractor.com/pages/tsdoc/tag_defaultvalue/ though |
I'm going to close this as the TypeScript types won't be out until V5, and this repo is going to be moving to the graphile-engine monorepo as part of that and being rewritten into TypeScript so it'll become a redundant issue. |
Now that Postgraphile is properly typed, it complains about passing undeclared options… I guess the following should be added to
index.d.ts
:I'm not exactly sure about the comments though, "set to false" is weird. Is there a
@default
annotation or something?The text was updated successfully, but these errors were encountered: