Commit Graph

25 Commits (a5c20b34285991c75871f67398e56e2b112c4dc9)

Author SHA1 Message Date
Antony David f7a950a649
chore(eslint-config): use modern plugins alternatives (#724)
* chore(eslint-config): use modern plugins alternatives

* chore: migrate missing ones

* chore: migrate eslint plugin comments

* fix(eslint): update configuration

* chore: bump eslint dev deps

* chore: add changeset
2024-09-08 08:38:30 +09:00
github-actions[bot] f4030cb845
Version Packages (#712) 2024-08-25 11:33:27 +09:00
Minghe 9cac146245
fix(graphql-server): the resolver always has context as the argument (#705)
* feat(types): the resolver always has context as the argument

* make it `patch` release
2024-08-25 11:29:19 +09:00
github-actions[bot] e2ede3bdfd
Version Packages (#671) 2024-07-29 22:31:08 +09:00
3w36zj6 e3eafbc117
feat(graphql-server): add GraphiQL support (#670)
* feat(graphql-server): add GraphiQL support

* test(graphql-server): add GraphiQL tests

* docs(graphql-server): add GraphiQL usage

* chore: add changeset
2024-07-29 21:44:54 +09:00
github-actions[bot] 59894e77c0
Version Packages (#669) 2024-07-28 18:25:43 +09:00
3w36zj6 41ab4b029d
fix(graphql-server): add type to Middleware Handler (#667)
* fix(graphql-server): add type to Middleware Handler

* chore: add changeset
2024-07-28 18:18:49 +09:00
3w36zj6 cc1e8a4911
docs(graphql-server): update example code to Typescript and parameter name (#640)
* fix(graphql-server): update parameter name in `RootResolver` type from `ctx` to `c`

* docs(graphql-server): update README to use TypeScript in example code
2024-07-15 17:38:06 +09:00
github-actions[bot] df8d403182
Version Packages (#391) 2024-02-15 05:28:23 +09:00
asuka c789dab697
fix(graphql-server): hono peer dependency to support v4.0.0 (#390)
* chore(graphql-server): Update hono peer dependency to support v4.0.0

* chore(graphql-server): Add changeset
2024-02-15 05:22:19 +09:00
Yusuke Wada e8b494b207
chore: add lint rule and format (#367)
* chore: add lint rule and format

* fix ci

* add typescript

* yarn install

* add `@cloudflare/workers-types`
2024-01-29 22:53:43 +09:00
github-actions[bot] 9b9cebe6d3
Version Packages (#362) 2024-01-28 22:04:32 +09:00
Minghe 2c7b25fc2a
fix(graphql): fix the context not propagated down to resolvers. (#361)
* fix(ctx): fix the context not propagated down to resolvers.

* chore(changeset): add a changeset
2024-01-28 22:00:32 +09:00
Yusuke Wada ee12e3c08a
chore: bump hono to `3.11.7` (#311) 2023-12-14 18:33:01 +09:00
Yusuke Wada 5403955ef6
chore: enable `eslint` and remove `denoify` (#300)
* changeset

* chore: enable `eslint` and remove `denoify`
2023-12-13 17:22:53 +09:00
Yusuke Wada bd18b966ee
chore: migrate to `yarn v4` (#299)
* changeset

* chore: migrate to `yarn v4`

* remove changeset

* fixed Github Actions for `hello`

* fix gitignore

* add dependencies

* add ci for oauth-providers

* add dependencies

* add `publint`

* update msw
2023-12-13 15:54:00 +09:00
github-actions[bot] a593d311f5
Version Packages (#202) 2023-10-19 07:29:04 +09:00
koralle 989d968795
fix(graphql-server): enhance type safety of RootResolvers and Options (#201)
* fix(graphql-server): enhance type safety of RootResolvers and Options

This commit introduces more specific type annotations to the following modules:
* RootResolvers
* Options

Specifically, the same type parameters used in the definition of `Context` class were given to them:

```ts
<E extends Env = any, P extends string = any, I extends Input = {}>
```

* chore: run `changeset`
2023-10-19 07:16:11 +09:00
github-actions[bot] 84c7d4d02b
Version Packages (#54) 2023-02-21 23:14:51 +09:00
Leonardo Razovic ca1a2103a7
feat: Update to Hono v3.0.0 (#53)
* feat: Update to Hono v3.0.0

* feat(graphql-server): Update package to v0.3.0

* feat(graphql-server): Get the raw request

* test(graphql-server): Update to Hono v3.0.0

* feat(graphql-server): Run `yarn prerelease`

* docs(graphql-server): Add changeset
2023-02-21 23:11:44 +09:00
Yusuke Wada 34ad29dca5 setup Sentry middleware 2023-02-04 16:19:47 +09:00
Yusuke Wada fbb2aa875d chore(graphql-server): fixed repo url in `package.json` 2023-02-04 13:19:41 +09:00
github-actions[bot] bace1ab8ce
Version Packages (#30) 2023-02-04 12:45:42 +09:00
Yusuke Wada 094c2666d0 chore(graphql-server): setup 2023-02-04 11:53:27 +09:00
Yusuke Wada 3f6f302864 Add 'packages/graphql-server/' from commit 'c7e949b0f93954d44c3c7f15564dd9e3ce8ad709'
git-subtree-dir: packages/graphql-server
git-subtree-mainline: fc30bf65cb
git-subtree-split: c7e949b0f9
2023-02-04 11:26:47 +09:00