-
### Bug description
I created an example:
https://github.com/pedablio/prismatest
In this example I insert 10 million rows into the database and do two database queries.
I did a test where I m…
-
I'm using the latest verion of apollo server and apollo gateway. I've implemented two federated endpoints (in PHP) here:
* https://tatooine-dev-graphql.wmflabs.org/graphql/federation
* https://j…
-
Impressive collection of links! However, i could not find anything about scaffolding/generating react apps. The [API Platform client generator](https://github.com/api-platform/client-generator) can do…
-
Before:
```
// This is your Prisma schema file,
// learn more about it in the docs: https://pris.ly/d/prisma-schema
// The `datasource` block is used to specify the connection to your DB.
// …
-
Milliseconds are now in the issued and modified field. Should be caught by SHACL.
```
PREFIX dct:
PREFIX databus:
PREFIX dataid:
PREFIX dcat:
select * where {
?latestDatasets a datab…
-
Hi,
I have trouble deserializing a datetime object from [request body](https://github.com/vanam/forest-project/commit/af72abf2585efa14ebafd578a80cc385d5f07d68).
I added birthDate field to `CreateU…
vanam updated
3 years ago
-
This is related to: https://github.com/riok/mapperly/pull/287
**Is your feature request related to a problem? Please describe.**
When using a DTO there is often the use case of a grid or other end…
-
### Environment information
```plain text
System:
OS: Windows 10 10.0.19045
CPU: (12) x64 AMD Ryzen 5 3600 6-Core Processor
Memory: 11.76 GB / 31.93 GB
Binaries:
Node: 18.18.2 - C:\Pr…
-
FastAPI supports using pydantic models to define JSON response bodies for REST API endpoints; making FHIR resources compatible with this support would take the usability of the library to a higher lev…
-
##### Description
I would like the TypeScript code generator to support "CollectParameters" extension, which tells generated methods to accept all parameters as a single object / option-bag instead…