-
Maybe I just missed it, but the docs mysteriously show a "data" object that wasn't queried for, and I can't find the explanation.
![image](https://user-images.githubusercontent.com/6148201/63122558…
-
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…
-
`// platformatic.db.json`
```
{
"$schema": "https://platformatic.dev/schemas/v0.21.1/db",
"server": {
"hostname": "{PLT_SERVER_HOSTNAME}",
"port": "{PORT}",
"logger": {
"…
-
### 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…
-
This RFC is an attempt to address the problem of implementing an ACL or Authorization layer that precedes hitting an API endpoint in an API Gateway like implementation, while also enabling to implemen…
-
https://github.com/sid88in/serverless-appsync-plugin/blob/18644ea4b11fc96105b88c3d075a8864ba1bc5c7/src/get-config.js#L61-L67
This (somewhat explicitly in the name) assumes that the `config.schema` …
ankon updated
3 years ago
-
Hi,
I migrated my project dependencies to "graphql-compose-mongoose" "version": "7.0.1", and my filters stopped working :
I have a generic method that I use to add filter inputs like
```
ad…
-
Sorry if this is not a bug and actually a feature request or intended behavior.
## Description
Schema fields added with `addSchemaResolvers` are not accessible at route buildtime. When using the…
-
hey everyone, I want to discuss the next steps for this project.
schema.org is very flexible and graphql has some limitations such as:
* schema.org `author` field could accept: `Person | [Person…
-
# 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 …