-
There's an [RFC](https://github.com/graphql/graphql-spec/pull/825) for these, and some servers support it already.
Cynics `InputObject` derive is quite awkward to use with `oneOf` objects currently…
-
### Type definitions
```GraphQL
type Cat {
chases: Mouse! @relationship(type: "CAT_CHASES_MOUSE", direction: OUT, aggregate:false)
}
type Mouse {
name: String! @unique
eats: Cheese…
-
### 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…
-
If a RestLink defines multiple endpoints, it's safe to assume that each of these endpoints might want different headers, credentials, field-name normalization, response transformation, and even cu…
-
# RFC - Executing multiple operations in a query
Today you can define multiple operations in the one query document but the specification states you can only execute one of them at a time. So give…
-
It would be great if we had a schema phase that validated the federated aspects of the schema to give end users more insight into why the schema may be an invalid federated schema
-
I'm having a noticeable lag running any editing command while using `graphql-mode`. I'm using version `20180303.2358` installed from `melpa` and Emacs 26.1. My schema file has around 300 lines
-
# 现状
举例为3层实体结构 Project 1->N Milestone 1->N Task。
在Task的操作中,可以通过`env.getSource()`获取 Milestone,但是无法获取Project的信息。
在约定中,认为任意子节点可以获取其与聚合根的路径节点中的数据。
# 期望
可以在当前节点获取父节点&父节点的父节点的数据
-
Hi,
I don't think its currently possible but I was wondering if there is a way to only consume points based on resolver response?
In my use case, I have a rate limit applied on a login attempt.
…
-
Hello Everyone 😀,
We are using `type PageInfo` in two `subgraphs` using `federation 2.0`
- Currently we are getting the below error when trying to use `connection_type`
- I've tried passing `sh…