Commit Graph

63 Commits

Author SHA1 Message Date
Thomas Citharel 3792daa586 docs: Remove leftover new in docs (#1236)
createApolloProvider shouldn't be prefixed by new
2021-08-02 17:55:18 +02:00
Guillaume a9d9376546 docs: update 2021-07-19 16:22:50 +02:00
Guillaume 27c12e9f94 v4.0.0-alpha.14 2021-07-19 16:06:52 +02:00
OYΞD 07cb7f7b9b docs: Fix setup docs for Vue 3 (#1214)
`h` import from `vue` is the Vue 3 way
2021-07-05 12:37:46 +02:00
Guillaume 9758a32764 docs(useMutation): throws option 2021-07-05 01:05:15 +02:00
Guillaume 60e7ee3b24 v4.0.0-alpha.13 2021-07-05 01:01:14 +02:00
Guillaume 5153498346 chore: fix docs build 2021-07-05 00:41:35 +02:00
Guillaume fabd27ebe7 docs: update setup to Vue 3 2021-07-04 22:31:42 +02:00
Guillaume b72d9ba818 docs: simplify titles 2021-07-04 22:26:52 +02:00
Markus Ebner e06beb6995 docs: How to setup with Vue 3 Composition API (#1187)
new Vue(...) is changed to createApp(...)
2021-07-04 22:26:03 +02:00
Guillaume Chau 9f2d0d7260 chore: refactor eslint config 2021-02-11 17:43:07 +01:00
Gao Yingjian 0db8f2d4ea docs: sync Chinese doc to 4.0.0-alpha.12 (#1094)
<3
2020-11-03 11:45:03 +01:00
javiertury fb1ab4d25a types: strict tsconfig and @apollo/client v3 docs (#1062) 2020-10-18 12:30:53 +02:00
Guillaume Chau 01d1647688 v4.0.0-alpha.11 2020-10-17 21:38:14 +02:00
Loren ☺️ 83578f6c4b docs: Rename Components -> Component API in header (#1044) 2020-10-15 14:00:15 +02:00
Guillaume Chau 1e7a5c6a3b v4.0.0-alpha.10 2020-07-27 17:55:05 +02:00
Guillaume Chau fbab1c8e92 chore: update sponsors 2020-07-27 17:35:36 +02:00
Guillaume Chau f4b5eef99c v4.0.0-alpha.9 2020-07-27 17:25:01 +02:00
Cerino O. Ligutom III 4a5b84306f docs: Updated variable refs section (#974)
Added a note that it refetches the query when modified.
2020-07-27 17:05:35 +02:00
Guillaume Chau 35ea099209 v4.0.0-alpha.8 2020-04-02 20:48:42 +02:00
Guillaume Chau 0b99b3cfed docs: fix subscribetoMore example 2020-03-06 16:01:42 +01:00
Guillaume Chau 4624c3e71c v4.0.0-alpha.6 2020-01-22 13:36:23 +01:00
Guillaume Chau 9ff78706ec v4.0.0-4.0.0-alpha.6.0 2020-01-22 13:30:36 +01:00
Natalia Tepluhina 23c7f66bfc docs: added example of overriding mutation options (#898) 2019-12-24 16:41:33 +01:00
Guillaume Chau ff4c1630a6 v4.0.0-alpha.2 2019-12-04 15:54:40 +01:00
Guillaume Chau 39215877e9 feat(useMutation): overrideOptions 2019-12-04 15:49:44 +01:00
Guillaume Chau 8f3502f578 docs: fix missing language 2019-12-02 14:55:26 +01:00
Guillaume Chau b0eb4ad3f9 docs: fix typos 2019-12-02 14:53:25 +01:00
Guillaume Chau 0d1e9c3d46 docs: fix userQuery => useQuery 2019-12-02 14:51:24 +01:00
Guillaume Chau 169d6b39bb docs: fix broken links 2019-12-02 04:15:48 +01:00
Guillaume Chau 66546223a7 docs: fix broken link 2019-12-02 04:12:35 +01:00
Guillaume Chau bf3a7e87dd docs: fix import @vue/apollo-option 2019-12-02 04:04:03 +01:00
Guillaume Chau 151fbd2fc3 feat(useQuery): prefetch option 2019-12-02 03:59:38 +01:00
Guillaume Chau b1cc1c9711 docs: ssr improvements & fixes 2019-12-02 03:58:44 +01:00
Guillaume Chau ddb28e8b1d docs: useLoading 2019-12-02 01:14:34 +01:00
Guillaume Chau 30267b297e feat(composition): debounce + throttle 2019-12-01 22:54:48 +01:00
Guillaume Chau f0816b2c17 docs: composition API reference 2019-12-01 20:15:18 +01:00
Guillaume Chau 06feb6762c refactor: split vue-apollo into @vue/apollo-option & @vue/apollo-components 2019-12-01 19:33:36 +01:00
Guillaume Chau de2749f63a docs: wip cache interaction 2019-12-01 19:15:48 +01:00
Guillaume Chau 1249d7a804 docs: error handling 2019-12-01 19:13:22 +01:00
Guillaume Chau ea652a0884 docs: fragments 2019-12-01 19:01:22 +01:00
Guillaume Chau e7a8e8d10a docs: pagination 2019-12-01 18:16:28 +01:00
Guillaume Chau cdaadf3979 docs: subscriptions 2019-12-01 17:38:21 +01:00
Guillaume Chau 5ca557dfb3 docs(useMutation): link to options API reference 2019-12-01 17:07:33 +01:00
Guillaume Chau a9aa407b73 docs: use shell language 2019-12-01 16:36:07 +01:00
Guillaume Chau 90a53743ab docs(useMutation): onDone example 2019-12-01 16:32:22 +01:00
Guillaume Chau 30edcea1b4 docs: note about NODE_ENV 2019-12-01 16:10:26 +01:00
Guillaume Chau 7b6c092f16 docs(useMutation): event hooks 2019-12-01 16:07:39 +01:00
Guillaume Chau 66647c8a11 docs(useQuery): event hooks 2019-12-01 16:04:32 +01:00
Guillaume Chau e49931309c docs: fixes and improvements 2019-12-01 15:49:12 +01:00