Commit Graph

10 Commits

Author SHA1 Message Date
LachlanStuart 4b8219735d fix: Add missing TypeScript declarations to $apollo (#367)
* Add TypeScript interface to $apollo

* Add missing documentation

* Fix query/mutate/subscribe type signatures
2018-08-30 14:01:28 +02:00
Hugo Alliaume 986d590e2e feat(typescript): specify "this" type for "watchLoading" (#360) 2018-08-30 13:56:05 +02:00
Guillaume Chau 56f317af07 docs: big update 2018-06-18 18:11:46 +02:00
Guillaume Chau ae6390b7ed feat(ts): improve types 2018-06-18 13:24:26 +02:00
bảo.thiên.ngô 1a813c9574 fix: Updating Diff/Omit property to support numbers and symbols per TypeScript 2.9 breaking changes. (#306) 2018-06-18 12:02:16 +02:00
Frank Dugan III 937094cfcc Add Typescript type for addSmartQuery() (#230)
Currently, there are no Typescript definitions for `addSmartQuery`. This PR adds one line to cover that edge case.
2018-05-21 19:45:17 +02:00
joe-re 2cbf10db78 Update typed apollo provider (#273)
* upgrade @types/graphql

* refactor type definition

* remove unused property

* update apollo-provider type definition

ref: #66504309599ce9d4a31feb8fd5f065d790349c86
2018-05-21 19:44:50 +02:00
Jake Ho 7be557987c make the clients parameter optional and use the 'ApolloClient' type 2018-01-31 09:40:56 +08:00
Jake Ho 13c522f659 fix TypeScript error when multiple clients are used 2018-01-24 11:45:30 +08:00
joe-re 8dcdb9299f TypeScript support (#160)
* TypeScript support

* set defaultOptions key to VueApollo constructor
2017-12-22 14:38:05 +01:00