Граф коммитов

940 Коммитов

Автор SHA1 Сообщение Дата
Eloy Durán cd9b7835a4 [apollo-react-relay-duct-tape] List peer deps 2023-06-07 14:07:44 +02:00
Eloy Durán 06cb696070 [apollo-react-relay-duct-tape] Initial doc pass 2023-06-07 14:07:44 +02:00
Eloy Durán c2b817adcd Manually release 2023-06-07 14:07:44 +02:00
Eloy Durán 1b182eeea3 Change files 2023-06-07 14:07:44 +02:00
Eloy Durán a8cbfff82e Execute new operation when variables change 2023-06-07 14:07:44 +02:00
Eloy Durán 0e5728cbe9 Remove example app bundle 2023-06-07 14:07:44 +02:00
Eloy Durán 760493cb00 No longer try to expose Apollo's fetchMore/subscribeToMore functions 2023-06-07 14:07:44 +02:00
Eloy Durán 503ec21a3a Add refetch fragment stub 2023-06-07 14:07:44 +02:00
Eloy Durán dc8c5b8162 Remove explicit typename/id selection 2023-06-07 14:07:44 +02:00
Eloy Durán c731ec261f Use compilation artefacts in test 2023-06-07 14:07:44 +02:00
Eloy Durán 105d3e597c Add our own compiler bin that bootstraps all our hacks 2023-06-07 14:07:44 +02:00
Eloy Durán 835aedde2c Add test coverage for compiled hooks 2023-06-07 14:07:44 +02:00
Eloy Durán aa4ce2f33e Use the execution document for fetchMore 2023-06-07 14:07:44 +02:00
Eloy Durán bf2f03eaf1 Only trigger useState change when we really want it to 2023-06-07 14:07:44 +02:00
Eloy Durán 1d7339edcd Release 2023-06-07 14:07:44 +02:00
Eloy Durán 14fc73694a Change files 2023-06-07 14:07:43 +02:00
Eloy Durán ee0be250c7 Use synchronous API to fetch fragment data. 2023-06-07 14:07:43 +02:00
Eloy Durán 9ef0cb4fff Beachball sync 2023-06-07 14:07:43 +02:00
Eloy Durán 14887d54a3 Change files 2023-06-07 14:07:43 +02:00
Eloy Durán 71635aae5f Move enable node watch query transform to post-parse time so new types in the schema implementing the Node interface will get picked up after having been read and cached. 2023-06-07 14:07:43 +02:00
Eloy Durán 307c8c4815 Release @graphitation/apollo-react-relay-duct-tape 0.5.0-store-observation.5 2023-06-07 14:07:43 +02:00
Eloy Durán 8e92601a1c Change files 2023-06-07 14:07:43 +02:00
Eloy Durán 6bc118358e Beachball sync 2023-06-07 14:07:43 +02:00
Eloy Durán 537e1a2e5a Fix node field-policy with default typename prefixing of ids and add test coverage 2023-06-07 14:07:43 +02:00
Eloy Durán c5269f511a Fix tests 2023-06-07 14:07:43 +02:00
Eloy Durán b47507d4ec Beachbacll sync 2023-06-07 14:07:43 +02:00
Eloy Durán 9b28aaea2d Touch a file so we can release 2023-06-07 14:07:43 +02:00
Eloy Durán 44b5df58a3 Change files 2023-06-07 14:07:43 +02:00
Eloy Durán de18847643 Do not export build-time only code from index files
As they'll get pulled into runtime code because we use CommonJS [in TMP] and that leads to undesired behaviour.
2023-06-07 14:07:43 +02:00
Eloy Durán 55420dab11 Don't try to import artefacts that don't exist (for non Node types) 2023-06-07 14:07:43 +02:00
Eloy Durán a9a608f26e Revert "Revert merge of apollo-fragment-store-watching branch"
This reverts commit 646eef79b1.
2023-06-07 14:07:43 +02:00
Graphitation Service Account 671abe8d2a applying package updates 2023-06-07 08:48:18 +00:00
Mikhail Novikov 774440b8fa
Cleanup repository and make stuff nicer (#311)
* Massive repository janitor work

* Change files

* No more old node

* Lol
2023-06-07 10:40:34 +02:00
Graphitation Service Account c35b345d45 applying package updates 2023-05-30 15:52:16 +00:00
Mikhail Novikov d89d98807a
Fix lack of support for default variables and values in supermassive (#308)
* Fixing the default values

* Change files

* Fix wrong let
2023-05-30 17:44:33 +02:00
Graphitation Service Account 4217dfb979 applying package updates 2023-05-29 13:14:30 +00:00
vejrj f6eacd1cea
[TS-CODEGEN] HOTFIX: Removed unused enums import in model files (#309)
* [TS-CODEGEN] HOTFIX: Removed unused enums import in model files
2023-05-29 15:06:55 +02:00
Eloy Durán 97c9087910 Ensure tests are in __tests__ to avoid publishing 2023-05-22 16:00:08 +02:00
Eloy Durán d14a9d6f6c
Update payload generator README.md 2023-05-18 00:28:22 +02:00
Graphitation Service Account 5b85053c4f applying package updates 2023-05-15 05:46:46 +00:00
vejrj 1062b1f2d3
[APOLLO_DEVTOOLS] old repo deprecated + added playground (#307)
* [APOLLO_DEVTOOLS] added playground + original repo migrated
2023-05-15 07:36:16 +02:00
Graphitation Service Account 3cc0e0357f applying package updates 2023-05-10 11:46:01 +00:00
vejrj bb3e555b7e
[TS-CODEGEN] FIX: don't generate type extension in models (#304)
* [TS-CODEGEN] HOTFIX: don't generate type extensions in models
2023-05-10 13:38:38 +02:00
Graphitation Service Account e4ccc42324 applying package updates 2023-05-09 16:38:29 +00:00
vejrj fce90137ac
[TS-CODEGEN] Hotfixes: empty files + unsused imports + @import directive fixed (#303)
[TS-CODEGEN] Hotfixes: empty files + unsused imports + @import directive fixed
2023-05-09 18:26:17 +02:00
Graphitation Service Account 553dc83a4a applying package updates 2023-05-02 10:22:49 +00:00
sergey-stoyan 1f576280ae
[SUPERMASSIVE] fix invalid behavior in execution hooks error handling (#302) 2023-05-02 12:15:12 +02:00
Eloy Durán 651f972b99
Merge pull request #290 from microsoft/alloy/learn-graphql
Documentation for learning how to GraphQL
2023-04-22 01:24:39 +02:00
Eloy Durán 21acad1c9a stash 2023-04-22 01:23:42 +02:00
Eloy Durán 320c4adda8 stash 2023-04-22 01:23:42 +02:00