Commit Graph

18 Commits

Author SHA1 Message Date
Andy
7c6c96516e
More fixes from dtslint improvements (#29765) 2018-10-15 17:35:36 -07:00
Firede
ac6eb13e40 Defining schema the right way.
Otherwise, it will cause the new version `@types/graphql` test to fail.
Related: #24566
2018-03-28 15:25:04 +08:00
Firede
73c777a74a Fixed the definition of some optional fields.
`express-graphql` version: 0.6.12
2018-03-28 14:49:05 +08:00
Firede
8988aee224 Reformat all files using prettier.
prettier --parser typescript --tab-width 4 --semi --trailing-comma es5 \
         --write --print-width 120 \
         types/express-graphql/*.ts
related: #24552
2018-03-28 14:39:26 +08:00
Margus Lamp
e6b06f80d9 Removing some of the tslint rules, for better code 2018-03-21 13:25:29 +02:00
Margus Lamp
050405d280 Changed types reflecting flow types, added validationRules 2018-03-21 11:59:46 +02:00
John Barela
e712c102ad
Update signature to enable responses to be used in the middleware. 2018-03-09 14:31:21 -07:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Ron Buckton
bebab0d5c9
Merge pull request #23373 from zya/master
Add extensions definition to express-graphql options
2018-02-08 19:42:19 -08:00
Andy
4b2d0110d5
Fix many "import *" that should be "import =" (#23443) 2018-02-05 15:35:41 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Ehsan Ziya
20266dcf97 Add async function definition for extensions 2018-02-04 16:56:03 +00:00
Ehsan Ziya
f91d88c126 Add extensions definition to express-graphql options 2018-02-03 17:17:45 +00:00
Andy
19f89399e4 Ensure every package has a tslint.json (#21009)
* Ensure every package has a tslint.json

* Fixes
2017-10-25 11:13:50 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Daniel Fader
5c5298d813 Updated 'target' to 'es2015' to enable async notation 2017-08-30 10:50:51 +02:00
Daniel Fader
8fb230373f Extended definitions for asynchronous resolution of 'OptionsObj' in graphqlHTTP 2017-08-30 10:33:58 +02:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00