-
Github also offers a graphql version of the api.
Would it be possible to consider adding a graphql module on top of the current api?
Thx
-
### Describe the Bug
When using access control to restrict access to a collection, the GraphQL api will give errors and not return the correct data if some but not all records are denied readability …
-
From the `pkg_resources` docs: [setuptools.pypa.io/en/latest/pkg_resources.html](https://setuptools.pypa.io/en/latest/pkg_resources.html)
> Use of pkg_resources is deprecated in favor of [importlib…
-
We have a backward compatibility problems with the team already working on Next.JS problem. I'd like to introduce some process that will warn us before switching to a new version that the GraphQL API …
novoj updated
5 months ago
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
Add the following to `backend` Admin GraphQL API:
```
type Query {
tenant(id: string!): Tenant
tenants: TenantsConnection! // pagination query for tenants
}
type Mutation {
createTena…
-
### Summary
We recently had out entire graphQL failover on an instance in Heartcore and it was due to using the reserved word "element" as an element type. Can you implement a non-allow or warning ba…
-
## GraphQL API
> The Supabase GraphQL API is automatically reflected from your database's schema using [pg_graphql](https://github.com/supabase/pg_graphql).
> https://supabase.com/docs/guides/grap…
-
### What happened?
### Description
If two entry types use two different matrix fields, which support different entry-types, but use the same handle for these matrix fields, GraphQL throws an error i…
-
### Bug description
I've got several test suites for the graphql API (built with ApolloServer & Prisma).
The tests basically run some queries against the API endpoint with the apollo client. They …