-
## Problem
Many times when we have strings (and also numbers) in a database, it's not just any string that's a valid value. Instead it's a subset of all strings that are valid values for that colum…
-
Hello,
I was wondering if OpenAPI or the OpenAPI generator could define new scalar types.
New scalar types help disambiguating scalar values such as integers or strings by making them strongly t…
groue updated
2 weeks ago
-
### Which packages are impacted by your issue?
@graphql-codegen/typescript-react-apollo
### Describe the bug
Hi,
Since https://github.com/dotansimha/graphql-code-generator-community/pull/8…
-
### Which packages are impacted by your issue?
`near-operation-file` preset
### Describe the bug
When a .gql document contains a query to a field that is a custom scalar, the generated .ts fi…
rixth updated
6 months ago
-
When executing an introspection request I get the error "Serialize expected type ID but got Map". I am using ID from the pioneer library
-
Hello,
first of all, thank you for developing such a great tool and for maintaining a public SDK for interacting with it. Keep going!
We have successfully integrated Linear with our workflow usi…
-
**Describe the bug**
In the following live demo:
- observe an optional GQL query input, `userId: ID`
- you can see that we are `avoidOptionals: { inputValue: false }` for that value
- the outp…
-
# Summary
Just had a rough idea of primitive proxies while I am refactoring, PoC works so far.
This, albeit a bit hacky, allows us to add custom methods into scalars while retaining all existing…
-
We should look at [`graphql-scalars`](https://github.com/Urigo/graphql-scalars) for compatibility. And Pothos' concept of Input and Output for scalars.
We should also see how Strawberry and Juniper…
-
**Is your feature request related to a problem? Please describe.**
Currently, it's hard to choose the right type for clients of servers that use `graphql-scalars` resolvers.
Here's the general …