-
## 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…
-
### Environment information
```plain text
System:
OS: macOS 14.5
CPU: (14) arm64 Apple M3 Max
Memory: 129.25 MB / 36.00 GB
Shell: /bin/zsh
Binaries:
Node: 18.18.0 - ~/.asdf/installs/n…
-
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…
-
### Before opening, please confirm:
- [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- [X] I have [searched for duplicate or clo…
-
Hi,
Currently the input of mutations is only validated by type. I.e. if I use `setCustomerForOrder` it will report if any of the values is not defined or not a `String`, but providing an empty stri…
-
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…
-
I am using apache basic auth to hide our site while in development.
Trouble is I can't query the site as I have `HTTP_AUTHORIZATION` set in the headers so it is trying login me in as $member and …
-
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…
-
### Before opening, please confirm:
- [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- [X] I have [searched for duplicate or…