-
I have a type that has a relation to one of several other types. For readability's sake, I'd like to have custom relationship names.
Given:
```graphql
interface GamePart {}
type Quest implements…
-
When I upgrade to version 9.0
The relay plugin throw error
```
throw new Error(`ObjectTypeComposer(${tc.getTypeName()}) should have recordIdFn. ` + 'This function returns ID from provided object.')…
-
## 查询和变更
### 指令(Directives)
> 一个指令可以附着在字段或者片段包含的字段上,然后以任何服务端期待的方式来改变查询的执行。
```
query Hero($episode: Episode, $withFriends: Boolean!) {
hero(episode: $episode) {
name
fri…
-
Hello, I recently discovered this tool and I find it wonderful, it is the best Graphl client I have used, I want to contribute by reporting a problem that happens to me.
I was trying to do a quer…
-
Several key points come to mind after having worked with `apollo-link-rest` for a legacy backend (read: not graphql), also seeing that you guys requested comments on the design of it. I'm not a fan of…
-
adding a entity level directive eg `@tracked` to add and correctly update a `created` and `updated` timestamp fields.
-
### 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…
-
Is there a way to check if a intVal range (min, max) not in query resolver? It doesn't seem that schemaDirectives is working with nexus makeSchema.
```
args: {
intVal: intArg(),
},
```
-
Just bringing it to the issues area to give it a few eye-balls, feel free to close if it's not wanted or correct.
https://github.com/apollographql/apollo-server/pull/3013
This PR adds support to…
-
Federation is great! I love it! This demo is also awesome, thanks! I do have one question about obtaining data from external services.
Let's say I work on the **Accounts** team. We're using Apollo …