Naoto Ikeno

Results 9 issues of Naoto Ikeno

Hi, thank you for this really great library. As described below, GraphQL response root may contain `extensions` field. https://spec.graphql.org/June2018/#sec-Response-Format > The response map may also contain an entry with key...

Platform: web ferry version: 0.11.2+1 Schema: ```graphql type Query { foo:Foo bar:Bar } type Foo{ foo:String! } type Bar{ bar:String! } ``` I created a single file which contains multiple...

`database.run(...)` hangs for a few seconds when an invalid query is passed. #### Environment details - OS: M1 Mac - Node.js version: 20.7.0 - npm version: 10.1.0 - `@google-cloud/spanner` version:...

type: bug
priority: p2
api: spanner

### Link to reproduction https://github.com/ikenox/payload/commit/3b88f981d9c66297759a83fd725b8822e7d43568 ### Describe the Bug Even if specifying `draft: true` option when update, the data is published immediately. I previously using payload `v2.11.1` and it doesn't...

status: needs-triage

This PR closes #6518. Just filtering null item from the `results` array makes thing work well. ## Description - [x] I have read and understand the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this...

stale
v2

### Link to reproduction https://github.com/ikenox/payload/commit/bd0674af229da5c717a5c469ade7001a2e7d9a9b ### Describe the Bug 1. Add hasMany relationship. For example, I prepared `Posts` collection and `Tags` collection (Posts has 0-to-many tags) 2. The following query...

status: needs-triage

### Link to reproduction https://github.com/ikenox/payload-3.0-demo/pull/1/commits/aa8f8634267a808928d1ad2a1272b3a81b563012 ### Payload Version beta.55 ### Node Version 20.13.1 ### Next.js Version 15.0.0-rc.0 ### Describe the Bug I’m considering migrating from an existing payload v2 project...

created-by: Contributor

## Description Related: https://github.com/payloadcms/payload/discussions/4322 The base migration method aborts when one migration fails. https://github.com/payloadcms/payload/blob/main/packages/payload/src/database/migrations/migrate.ts#L50 So it's desirable that the db-postgres adapter's migration method has the same behavior. - [x] I...

stale
v2

### Please make sure you have searched for information in the following guides. - [x] Search the issues already opened: https://github.com/GoogleCloudPlatform/google-cloud-node/issues - [x] Search StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js - [x] Check our...

api: spanner