Skip to content
#

prisma

Here are 594 public repositories matching this topic...

prisma
blitz
flybayer
flybayer commented Sep 2, 2020

What do you want and why?

We occasionally have situations were new app creation get's stuck forever at the "retrieving freshest dependencies" step.

To mitigate the impact for this, we need to add a timeout to this step. Currently it never times out.

Possible implementation(s)

[Add a timeout config to both uses of got in this file](https://github.com/blitz-js/blitz/blob/017c1f

threehams
threehams commented Sep 3, 2020

Actual Behavior

const VehicleFragment = gql`
  query getVehicle {
    vehicle {
      ...VehicleMake
    }
  }
`

const VehicleFragment = gql<"Vehicle">`
  fragment VehicleMake on Vehicle {
    name
  }
`

The plugin understands, and can validate, the fact that the VehicleMake fragment exists (no error in the top document). However, the second document appears witho

Improve this page

Add a description, image, and links to the prisma topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prisma topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.