-
## Description
Currently `rover [sub]graph check` commands check for changes against a registry version of a schema. It might be useful to be able to check for breaking changes between two local ve…
lrlna updated
3 years ago
-
Idea: find similar things and suggest refactorings. Is it possible?
E.g. find similar types and suggest to extract them into interface, find similar sets of fields in operations and suggest to extr…
-
### 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…
-
### 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…
naedx updated
2 years ago
-
This source code works fine if I just changed the connection string to my Postgres db.
However, I would like to use Apollo federation with this. Trying to add my own schema extension plugin, like:
`…
-
Threat Intel gives us an important insight into how the world outside our organization works - what incidents occurred etc.
Basic use-cases:
* Search for IP
* Search for Domain
* Search for URL
…
-
# Description
I have a docker instance running TheHive's Cortex and OpenCTI all within the same docker-compose stack (so connected).
When attempting to run an analyzer against OpenCTI, I get the e…
-
# Bug report
- [x] I have checked other issues to make sure this is not a duplicate.
## Describe the bug
When i return a large document with a array (1000+ elements) it increases response tim…
-
Currently name regex only allows limited characters, it would be good if it can add support for `-` & `/` characters.
```gql
data {
"application/json": "test",
"en-GB": "test",
"C-AR/A": "…
-
I've tried subscriptions and it works in a single server scenario. How can I make it work when you have multiple load balanced servers? Signal-R uses a concept called a backplane which is basically a …