feat: custom fragments support #178
pull-request.yml
on: pull_request
Verify
/
Lint
4s
Verify
/
Test
1m 30s
Annotations
3 errors and 2 warnings
src/actions/account.test.ts > Given the Account query actions > When invoking the 'fetchAccount' action > Then it should not fail w/ a GQL BadRequest error:
packages/client/src/actions/account.ts#L79
TypeError: Cannot read properties of undefined (reading 'definitions')
❯ graphql ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/gql.tada/src/api.ts:324:41
❯ Module.Aa ../graphql/src/accounts/account.ts:25:10
❯ Module.fetchAccount src/actions/account.ts:79:23
❯ src/actions/account.test.ts:16:28
|
src/actions/onboarding.test.ts > Given an onboarding user > When switching to the newly created account > Then it should be authenticated:
packages/client/src/actions/account.ts#L79
TypeError: Cannot read properties of undefined (reading 'definitions')
❯ graphql ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/gql.tada/src/api.ts:324:41
❯ Module.Aa ../graphql/src/accounts/account.ts:25:10
❯ Module.fetchAccount src/actions/account.ts:79:23
❯ src/actions/onboarding.test.ts:37:34
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:170:30
❯ src/actions/onboarding.test.ts:23:29
|
Verify / Test
Process completed with exit code 1.
|
Verify / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Verify / Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|