-
It has actually been broken in the `allAnnotations` query for quite a while. [This code](https://github.com/metaspace2020/metaspace/blob/f519fb8dafef31e448a8d8a68138d13c7c5f2788/metaspace/graphql/src/…
-
### What happened?
**Simplified Schema**
````
type NestedData {
author: String
nestedArray: [String]
}
type SomeEntity @model {
contentId: String
outsideArray: [String]
nestedDat…
-
### Bug description
I am not entirely sure if this is a prisma or a supabase issue. I am trying to get a baseline migration set up for a new supabase project, with pg_cron included in the list of e…
-
hey there,
just ran into this project and i find it really useful and well documented so i am trying to evaluate to the needs of a test environment i am currently building.
while this project seem…
-
### What happened?
Running latest docker image with the provided example from here https://learn.microsoft.com/en-us/azure/data-api-builder/how-to-run-container
Only alteration I made was to the pas…
-
## Describe the Bug
Consider a schema like the following.
```python
@strawberry.django.type(models.Product)
class ProductType(relay.Node):
id: auto
name: auto
price: auto
tax…
-
```
$ node_modules/.bin/graphql prepare -p test-dosvit-app-prisma-local -o src/experiments -g graphcool-ts --bindings --save
✔ Bindings for project database written to src/generated/prisma.ts
```
-
### What happened?
I have tried to use DAB to expose Sales.Customer table from World Wide Importers database. DAB fails to start with the exception reported below. If I try to publish a non SystemVer…
-
### What are you trying to achieve?
We are deploying Saleor Core with Docker.
The problem is that the playground requests resources from HTTP instead of HTTPS, although we clearly stated the enviro…
-
# Step 1/3 - The query
### Estimated time: 2 hours
This is the first query you're going to implement on the project. After logging in and creating user, now it's time to provide a query for fetching …