graphql-js
48003ed0
- Parser: allow 'options' to explicitly accept undefined (#3678)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
Parser: allow 'options' to explicitly accept undefined (#3678) Continuation of #3670 Basically allow to have code like this: ```js parse(document, GraphQLServerConfig.parserOptions) ``` to pass TS check with 'exactOptionalPropertyTypes'
References
#3678 - Parser: allow 'options' to explicitly accept undefined
#3846 - RFC: Operation Type
Author
IvanGoncharov
Parents
bef5534d
Loading