-
Updated
Sep 11, 2020 - TypeScript
prisma
Here are 594 public repositories matching this topic...
-
Updated
Aug 30, 2020 - TypeScript
-
Updated
Sep 3, 2019 - TypeScript
You get this warning from the folks at Tailwind, let's do the right thing and remove it in our generated configuration: https://tailwindcss.com/docs/upcoming-changes
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
-
Updated
Aug 9, 2019 - JavaScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Sep 10, 2020 - TypeScript
-
Updated
Feb 21, 2019 - JavaScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Jan 26, 2020 - JavaScript
-
Updated
Mar 12, 2018 - Swift
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
-
Updated
Sep 3, 2020 - TypeScript
-
Updated
Aug 22, 2020 - TypeScript
-
Updated
Aug 27, 2020
-
Updated
Sep 14, 2018 - TypeScript
-
Updated
Feb 9, 2018 - Swift
-
Updated
Jul 19, 2018 - JavaScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Sep 9, 2020 - TypeScript
-
Updated
Mar 18, 2020 - TypeScript
-
Updated
Sep 10, 2020 - TypeScript
-
Updated
Jul 25, 2018 - JavaScript
-
Updated
May 20, 2018
Improve this page
Add a description, image, and links to the prisma topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the prisma topic, visit your repo's landing page and select "manage topics."
Problem
There are some servers like fastify that allow to define json schemas in order to provide better performance and input / output data validation. Right now I am using prisma with fastify and have to manually define such schemas. Most of these, however, would