Commit Graph

5 Commits

Author SHA1 Message Date
Caleb Meredith
ad261d041d Expose structural GraphQL types (#12142)
* Expose structural GraphQL types

https://github.com/DefinitelyTyped/DefinitelyTyped/pull/12078, but on the `master` branch.

/cc @TonyPythoneer, @zhengbli

* Update graphql.d.ts
2016-10-29 01:01:37 +09:00
Caleb Meredith
54d1d6f8ed Expose AST types (#12143)
* Expose AST types

/cc @TonyPythoneer

* Update graphql.d.ts
2016-10-29 00:55:16 +09:00
Caleb Meredith
82a17eeb01 add self to contributors list for GraphQL typings
See #12078, #12142, and #12143.

I’ve been maintaining custom definitions for [one of my projects](https://github.com/calebmer/postgraphql/blob/master/typings/graphql.d.ts) and I’d like to migrate to community definitions. I’ve also had discussions with the community around adding definitions to the [GraphQL package itself](https://github.com/graphql/graphql-js/pull/428).

/cc @TonyPythoneer
2016-10-22 10:56:12 -04:00
TonyYang
3598fcc327 Complete "graphql/utilities" type definition (#12081) 2016-10-19 22:16:54 +09:00
TonyYang
775de05895 [graphql] Create graphql (#11598)
* Complete graphql/language

* Update graphql/error

* Update graphql.d.ts

* Create graphql-tests.ts

* Update graphql/type

* Update graphql/error and graphql/execution

* Remove null type

* Remove comma
2016-09-30 21:17:40 +09:00