-
Action relationship can be created from an action to a local table.
Please also add support for creating a relationship from a local table to an action.
For instance,
An action accepts `user_id`…
-
Currently, you cannot update vsgraphs using GraphQL
1. The changes don't get persisted to the database
2. Update don't get sent to other players in the scene.
Revisit the method of sending, proc…
-
### Version Information
Server Version: 2.8.3
### What is the current behaviour?
When executing a mutation composed of several operations, and when one of them failed, previous ones are not rolle…
SBNTT updated
8 months ago
-
### VERSIONS:
postgres:
image: postgres:12
graphql-engine:
image: hasura/graphql-engine:v2.10.1
### ERROR:
WARN Metadata is inconsistent
WARN Use 'hasura metadata ic list' command t…
-
I'm following the doc [Setting up Hasura migrations](https://hasura.io/docs/1.0/graphql/core/migrations/migrations-setup.html#step-4-use-the-console-from-the-cli). I want to use `hasura console`, and …
-
Hi,
And thank you for this very good graphql implementation.
I am thinking about some possible enhancements, all related to performance :
1. Be able to ignore a field into the "where" argument
…
-
**This issue pertains to the following package(s):**
GraphQL Playground
**What OS and OS version are you experiencing the issue(s) on?**
MacOS 10.15.6
**What version of graphql-playground…
-
Is there a way to filter transactions by date directly from GraphQl to avoid having to look at them all every time?
-
**Issue**
If a mutation is performed with the fetch policy cacheOnly before it is performed with cacheFirst or cacheAndNetwork, it will fail with a CacheMissException.
**To reproduce**
Run this…
-
### Describe the Bug
When filtering by languages code inside a Graphql fragment, filtering doesn't work, and I get a response with every translation inserted.
Let's say I have an entity `Componen…