-
`fetch_and_update_pull_request_information` ([code][1]) is heavily used when sending notifications. I noticed that it is usually one of the slowest pieces in the BundleAnalysisNotifications, but I kno…
-
### Describe the Bug
While trying to subscribe to same event more than 10 times, Directus throws the following warning:
```
(node:99122) MaxListenersExceededWarning: Possible EventEmitter memory …
-
The client uses the same graphql queries supported by dgraph. How do you think will we be able to use pagination, filtering and all the other dgraph stuff on non-graph databases?
-
Usando a API Rest dos dados abertos eu criei uma API GraphQL para consumir os dados e deixei o código aberto. A quem se interessar: https://github.com/matheusrocha89/graphql-camara-deputados
Espero…
-
## Description
### ERROR:
`
{"timestamp": "2024-07-23T09:41:53.447083Z", "level": "ERROR", "name": "api", "message": "HTTPConnectionPool(host='opencti', port=8080): Max retries exceeded with url:…
-
GraphQL is a client-based query language, which is seems more efficient than the current API on Mastodon. Using GraphQL might decrease bandwith usage, while delivering all needed results on every clie…
-
# Issue summary
Before opening this issue, I have:
- [x] Upgraded to the latest version of the relevant packages
- **`@shopify/*` package and version:**
- `@shopify/api-codegen-preset@1…
-
To doc compares that GraphQL has only one endpoint while REST API has many. It also states that in GraphQL you can select exactly what items from the database you'd like to have.
However, you can …
-
### 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…
-
https://www.graphql-tools.com/docs/mocking#addmockstoschema
> [Mocking](https://www.graphql-tools.com/docs/mocking#mocking)
>
> The strongly-typed nature of a GraphQL API lends itself extremely …