-
# Context
Our team is encountering an issue where Cloudbeaver does not recognize that a database has been selected, leading to an error that suggests no database is chosen.
The query fails as if n…
-
Exposing a graphql API (using graphene) would be useful and make for a richer experience when making react-based apps.
I think it should be optional (enabled in the settings) so that extra dependenc…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
Hi! The graphql variables are sent as a string instead of an object, which causes issues for most applications.
In this case we're using magento 2 graphql API.
Here's the axios code generated:
``…
-
### 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…
-
## GraphQL
- 메타에서 만든 쿼리 언어
- 하나의 엔드포인트를 가짐
*쿼리 언어 : 데이터베이스에서 정보를 요청하고 검색하기 위해 사용되는 컴퓨터 언어
*쿼리 언어 사용 장점 : 데이터를 선택,추가,수정,삭제가 가능함
*엔드포인트 : 네트워크 통신에서 특정 서비스에 접근하기 위한 URL
예) https://api.example.com…
-
The current patterns in our GraphQL resolvers pass arguably inconsistent or ambiguous objects as the first (0th) positional argument meant to represent the "parent" per the GraphQL convention.
This t…
-
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…
-
### Description
AWS released a new feature for their AppSync service called Event API, which are a simple event-based pub/sub API without the additional overhead required for a GraphQL API. For our p…
-
# 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…