-
Hello,
I'm trying to migrate my project MrScrooge from nestjs with graphql into swift with vapor, graphqlkit (which uses graphiti), And seems I've got some issue, not sure if it's my error or is a…
-
Hey all,
Creating this issue to discuss small but important changes to the GraphQL Getting Started Experience.
When you visit [graphql.org](https://graphql.org) landing page, you land on thi…
-
Hello there.
Having an issue understanding why the "data-connector-agent" is only logging errors.
I used this docker-compose :
```
version: "3.6"
services:
postgres:
image: post…
-
Currently, the only way to pass secrets (DB credentials, Hasura admin secret) to Hasura is only by environment variables. For users of Docker Compose or Docker Swarm, this means these secrets have to …
-
### What is your article idea?
The article aims to provide a comprehensive guide for developers looking to enhance the performance of their Angular applications, especially when using Strapi as a bac…
-
### 👟 Reproduction steps
```
final tryGraphQL = await ApiClient.graphQL.query(query: {'query':
"""
query {
databasesListDocuments(
databaseId: "$appwriteDatabaseId",
…
-
I'm trying to create a container through the API:
```
root@Ubuntu-1804-bionic-64-minimal ~ # curl -d '{"name":"test-test-test","Image":"registry.hub.docker.com/hasura/graphql-engine:pull2856-cda4a…
-
## CVE-2021-41249 - High Severity Vulnerability
Vulnerable Library - apollo-server-core-2.16.1.tgz
Core engine for Apollo GraphQL server
Library home page: https://registry.npmjs.org/apollo-server-c…
-
**Is your feature request related to a problem? Please describe.**
Feature. Add support for GraphQL natively.
Supabase recently open sourced their pg_graphql extension. Perhaps cockroachlabs cou…
-
### Describe the improvement
When trying to follow the docs on how to create a **custom mutation** with the **typescript connector** I stumbled across several problems, when trying to implement valid…