-
From the gitter chat:
> > ariutta:
> > 1) HYDRA and standard REST Request flow:
> >
> > ```
> > GraphQL client ->
> > GraphQL server/middleware ->
> > multiple HYDRA server endpoints ->
> > Relation…
-
Currently the only method to do query multiple objects in the same time is to define an custom sql function:
```sql
CREATE OR REPLACE FUNCTION search(text TEXT)
RETURNS SETOF search_trigger LANGU…
-
**Is your feature request related to a problem? Please describe.**
There are lots of cases where a model is self-referential and the entities have a bi-directional relationship. Eg. posts with commen…
-
## 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…
-
I just ran across https://genql.now.sh and am curious about looking into using it for mst-gql. If anyone wants to take a look before I have time, please feel free!
-
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…
-
### 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…
-
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?
-
### 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…
-
Reported by a customer:
* A subgraph defines an invalid key:
```graphql
extend type Foo @key(fields: ["bar", "baz"] {
bar: ID! @external
baz: ID! @external
}
````
…