Commit Graph

17 Commits

Author SHA1 Message Date
Firede
202ed3a96d Update to graphql v14.0.0
Update to v14.0.0 from v14.0.0-rc.2, diff: 9b7807a8ff...v14.0.0
2018-09-02 19:15:35 +08:00
Firede
0304b872a2 update to graphql v14.0.0 (WIP)
GraphQL.js v14.0.0 has not been released yet, this commit is sync to 9b7807a8ff
2018-06-16 16:34:20 +08:00
Brad Zacher
7aa84a6417 [@types/graphql] Switch void for more correct undefined | null typing (#25639)
* [@types/graphql] Switch void for more correct `undefined | null` typing

* Moved Maybe.d.ts to a better place

* Moved and fixed up Maybe imports
2018-05-10 12:58:19 -07:00
Firede
3ccca87866 Fixed types. 2018-03-28 17:49:44 +08:00
Firede
fe4997e85f update exports, bump version: 0.12 -> 0.13 2018-03-28 02:26:25 +08:00
Firede
6729aab7a6 update graphql/language/* -> v0.13.2.
https://github.com/graphql/graphql-js/tree/v0.13.2/src/language
2018-03-28 00:33:01 +08:00
Firede
3327220ff8 Reformat all files using prettier.
prettier --parser typescript --tab-width 4 --semi --trailing-comma es5 \
         --write --print-width 120 \
         types/graphql/**/*.d.ts
related: #23142 #24532
2018-03-27 19:48:25 +08:00
Daniel Rosenwasser
240fdc608d
Merge pull request #23544 from j/graphql-fix
fix(GraphQL): update parseType signature
2018-02-13 16:23:24 -08:00
Cole Turner
1b22d220c8 feat(GraphQL): add additional GraphQL ParseOptions 2018-02-12 00:30:19 -08:00
Jordan
94abbb8f33 fix(GraphQL): update parseType signature 2018-02-09 11:08:00 -08:00
Ivan Goncharov
ca9d8d7e0f [graphql] Reformat all files using prettier. (#23142)
See https://github.com/graphql/graphql-js/pull/1112
2018-01-24 09:00:08 -08:00
dyst5422
1eab1479b5 [graphql]: Update to 0.12.x (#22980)
* [graphql]: Update to 0.12.x

* Changed TypeExtensionNode from TypeExtensionDefinitionNode

* Changed some commas to semicolons.
2018-01-17 09:37:03 -08:00
Ivan Goncharov
35d44c172b
[GraphQL] Add "getVisitFn" function 2017-09-03 23:38:00 +03:00
Andy
0473fda9c6 graphql: Lint (#18257) 2017-07-24 10:29:25 -07:00
Firede
57caf93211 fixed lint errors. 2017-03-27 19:37:17 +08:00
Firede
619d2fcc39 keyMap is optional. 2017-03-27 17:14:47 +08:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00