-
Currently `@stream` will defer _child_ selections on list items, but all items are enumerated before any child selections are run.
A better workflow might be that, when a `@stream`ed list is resol…
-
### Describe the feature you'd like to request
I would like to request the addition of a feature in the Amplify Category API that allows for the automatic renaming of snake case fields to camel case …
-
In most cases your domain model and database model is not a 1:1 mapping but includes some computed/derived values which are implemented using "custom resolvers". To make this distinction clearer, we s…
-
I clonned the repo attached my mongo database but this error showed up when I requested a mutation"message": "(Unauthorized) not authorized on admin to execute command { insert: \"authors\",
mongoos…
-
### Bug description
I created a new Statamic project, enabled pro and GraphQL locally and created a super user for the CP.
I created a new Navigation called "Test"
When I open GraphiQL if fai…
-
### Is your proposal related to a problem?
Currently Hasura does not support high performance Cassandra compatible databases (Cassandra, [ScyllaDB](https://hackolade.com/))
### Describe the solu…
-
### Bug description
I have a text field with this in
```
Random {{ custom:wrap text="nonsense" }} news in your inbox. Once a month.
```
and a custom tag set up like this:
```
-
There are some early design decisions in the app that we can't change or is too complex or too substantial/fundamental to change with smaller incremental patches; Having these changes would call for a…
-
### Overview
to summarize how our data/api currently works. we handle two types of data in our apis:
1. chain data: this data is related to transactions and states on the chain. It includes contract…
-
i am trying to follow this tutorial https://hasura.io/docs/1.0/graphql/manual/deployment/docker/index.html
on Ubuntu 20.04 to connect hasura with exisitng database
I tried this command but it do…