Skip to content

Commit a4b478d

Browse files
committed
feat(apollo-composable): rewrite for apollo-client v4
1 parent fb027e6 commit a4b478d

File tree

524 files changed

+15374
-45820
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

524 files changed

+15374
-45820
lines changed

β€Ž.github/workflows/test.ymlβ€Ž

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- v4
8+
- v5
89
- feat/*
910
- fix/*
1011
pull_request:
@@ -27,7 +28,7 @@ jobs:
2728
- run: corepack enable
2829
- uses: actions/setup-node@v4
2930
with:
30-
node-version: 23
31+
node-version: 24
3132
cache: pnpm
3233
- run: pnpm install
3334

@@ -37,8 +38,5 @@ jobs:
3738
- name: Build
3839
run: pnpm run build
3940

40-
- name: Types
41-
run: pnpm run test:types
42-
43-
- name: Unit tests
44-
run: pnpm run test:unit
41+
- name: Tests
42+
run: pnpm run test

β€Ž.gitignoreβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules/
33
dist/
44
cache/
55
.eslintcache
6+
coverage/

β€Ž.test-todo/test-ssr-composition/.browserslistrcβ€Ž

Lines changed: 0 additions & 2 deletions
This file was deleted.

β€Ž.test-todo/test-ssr-composition/.editorconfigβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Ž.test-todo/test-ssr-composition/.gitignoreβ€Ž

Lines changed: 0 additions & 26 deletions
This file was deleted.

β€Ž.test-todo/test-ssr-composition/README.mdβ€Ž

Lines changed: 0 additions & 24 deletions
This file was deleted.

β€Ž.test-todo/test-ssr-composition/apollo-server/context.jsβ€Ž

Lines changed: 0 additions & 14 deletions
This file was deleted.

β€Ž.test-todo/test-ssr-composition/apollo-server/data-sources.jsβ€Ž

Lines changed: 0 additions & 3 deletions
This file was deleted.

β€Ž.test-todo/test-ssr-composition/apollo-server/directives.jsβ€Ž

Lines changed: 0 additions & 4 deletions
This file was deleted.

β€Ž.test-todo/test-ssr-composition/apollo-server/mocks.jsβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
Β (0)