-
### Describe the bug
Asyncapi supports Avro schemas, but only if they are in the message/payload section. It would be nice if we could put Avro schemas in the components/schemas section.
### T…
-
I widely use GraphQLite for admin console in my Symphony project. I really enjoy it!
The only reason I don't use it for public API is overhead in execution speed.
For example such simple query
``…
l-you updated
2 months ago
-
### Version Information
Server Version: v2.0.8
CLI Version (for CLI related issue): v2.0.3
### Environment
### What is the expected behaviour?
When my remote schemas contains enums and …
-
### 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…
-
From the gitter chat:
> > ariutta:
> > 1) HYDRA and standard REST Request flow:
> >
> > ```
> > GraphQL client ->
> > GraphQL server/middleware ->
> > multiple HYDRA server endpoints ->
> > Relation…
-
**Issue by [kbrandwijk](https://github.com/kbrandwijk)**
_Wednesday Oct 25, 2017 at 17:56 GMT_
_Originally opened as https://github.com/graphcool/prisma/issues/1032_
----
**What feature are you mis…
-
## Current behavior
I have an enum table `userGender` with a correctly set foreign key on table `user` and column `gender`. The generated `insert_user_one` then expects a custom type `userGender_en…
-
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!
-
**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…
-
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…