-
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…
-
As a user I want to query the OBS for data that I want. Only the data that I want. With an [GraphQL](http://graphql.org/) API layer you can do something like
```
{
project {
name
pack…
-
**Describe the bug**
The server pod is running without any issues, there's no errors on the logs as to make it that anything failed. However, the login functionality is not working even when using th…
ghost updated
2 weeks ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
We created a workspace, added team members and provided them editor and admin access in hopps…
-
graph-node v0.35.1
indexer-agent v0.21.5
This is a previously known issue reported as https://github.com/graphprotocol/indexer/issues/985, caused by https://github.com/graphprotocol/graph-node/iss…
-
### Issue workflow progress
_Progress of the issue based on the
[Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_
- …
-
### Problem
As a developer, I'd like to be able to use a GraphQL API to request just the data that I need from a mirror node.
### Solution
```[tasklist]
### Tasks
- [x] #4795
- [x] #5153
- [x] #530…
-
# Context
In complex API ecosystems, it is common to encounter inconsistencies between specifications from different sources. Such discrepancies can lead to conflicts and complications when attempt…
-
Hi we are working on a shopify app, and as our codebase grows the need for testing E2E rises.
Im currently trying to implement some very basic testing of our backend queries to Shopify. Im initalizin…