-
### Is there an existing feature request for this?
- [X] I have searched the existing issues
### Summary
A Node.js application with a MySQL database and GraphQL API for data queries and mutations. …
-
### What happened?
Hi,
I'm tying to expose a table (azure SQL) using DAB. followed the documentation closely and I'm getting
_
> Response status code does not indicate success: 400 (Bad Re…
-
### What happened?
Running the following query
```gql
query FilterByRelation {
translations(filter: { layer: { parent_id: { isNull: true } } }) {
items {
key
value
}
…
-
### Version Information
Server Version: v2.20.1
CLI Version (for CLI related issue):
### Environment
CE, running locally on Docker
### What is the current behaviour?
I am providing H…
-
### What happened?
Calling the data API from a webapp running in Facebook Messenger's in-app browser fails. That in-app browser uses the following User-Agent header:
`Mozilla/5.0 (Linux; Android 11;…
-
### What happened?
**This is the scenario.**
A SQL database with a Person table.
A Person may have 0:M Addresses. Each Address has an AddressType.
A Person may have 0:M PhoneNumbers. Each PhoneNum…
-
**Description:**
When attempting to extend a `GraphQLObjectType` using fields from `drizzleEntities.types.UsersItem.getFields()` in `drizzle-graphql`, the following error occurs:
```
Unhandled …
-
Hi,
I'm using your plugin, version `3.4.0.1`.
I previously inserted in my database 3 types of nodes:
- `OS`
- `Syscall`
- `Process`
I cleaned up the database using `py2neo`
~~~Python
gra…
-
**Describe the bug**
After I pulled the latest `master` image ([c151bdee](https://github.com/photoview/photoview/commit/c151bdee963c97c6f0c7561eda32974845625bb5), x86-64) in my testing instance on Ma…
-
`service.bal` for REST service:
```
service / on new http:Listener(9090) {
resource function get opportunitiesArr()
returns types:Opportunity[]|error? {
return database:load…