-
### Which packages are impacted by your issue?
@graphql-codegen/typescript-react-apollo
### Describe the bug
```
import type { ReactApolloRawPluginConfig } from '@graphql-codegen/typescript-react-…
-
**Issue by [martijnvdbrug](https://github.com/martijnvdbrug)**
_Friday Jan 05, 2018 at 09:42 GMT_
_Originally opened as https://github.com/graphcool/prisma/issues/1511_
----
## Current behavior
Cr…
-
# GraphQL Tuples
At this stage, GraphQL does not provide tuples. This issue proposes to extend the GraphQL specification with an additional primitive type `Tuple` (of kind `WRAPPER`).
a GraphQL …
-
### Which packages are impacted by your issue?
@graphql-codegen/cli
### Describe the bug
I try to generate typings using `@graphql-codegen/cli` (programmatically, using `generate` function) with `c…
-
### Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
### Describe the Issue
Hello, I'm using the Postman …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Hot Chocolate
### Describe the bug
I have created a custom directive `defaultCount` which take `valu…
-
**Is your feature request related to a problem? Please describe.**
We're using `graphql-eslint` with `graphql-config` to enable linting GraphQL string in our frontend codebase which uses Relay.
…
-
I know that if I had a struct like this:
``` go
type User struct {
Username *string `json:"username"`
Age *int `json:"age"`
}
```
Then I could simply define a type with a fie…
bbuck updated
7 years ago
-
We use graphql-ruby and graphql-client to talk to each other. The `graphql-ruby` library defines a few extra types beyond the standard GraphQL types, e.g. `ISO8601Date`, `ISO8601DateTime`, etc, which…
-
Unfortunately these two definitions do not produce the same schema:
```sdl
type A {
uuid: ID!
bs: [B!]! @relation(name: "HAS_B", direction: OUT)
}
type B {
uuid: ID!
as: [A!]! @relat…
smajl updated
3 years ago