-
## Description
When adding a node with fields that start with an underscore (eg; `_key`, `_type`), these are stripped. This can cause conflicts and confusion when the node also has a non-prefixed a…
-
**Issue by [parthradia](https://github.com/parthradia)**
_Friday Oct 27, 2017 at 17:51 GMT_
_Originally opened as https://github.com/graphcool/prisma/issues/1065_
----
**What feature are you missin…
-
Reported by a customer:
* A subgraph defines an invalid key:
```graphql
extend type Foo @key(fields: ["bar", "baz"] {
bar: ID! @external
baz: ID! @external
}
````
…
-
Product is awesome so far, excited to get an app into production!
I am wondering if it's possible to set some Hasura environment variables to be able to use [camel case naming convention](https://h…
-
We've seen a lot of bugs recently surfacing their way up to the Taskcluster UI. We are spending a lot of time manual testing renovate updates to make sure nothing is breaking but somehow things are st…
-
I'm having an issue with GraphQL queries with nested unions causing the compiler to hang.
I'm trying to do something like the following
```
module Notifications = [%graphql {|
query Notificat…
-
# Current State
GraphQL schema updates should be as self-service as possible to reduce bottlenecks for change. In addition to adding new schema, _schema must be replaced/removed over time_.
The …
-
Isn't it sufficient to only point to the `schema.graphql` file? Also, can't it make some assumptions about where that file might be?
-
Hello
While integrating a new subgraph into our project, we encountered composition errors due to the subgraph schema's incompatibility with our two previously published subgraphs. This was an expe…
-
Please start by reading the documentation, related to GraphQL: https://www.howtographql.com/
After reading each chapter - please briefly explain to me here what did you learn from it.
Format(example…