-
**Is your feature request related to a problem? Please describe.**
I would like to provide custom mappings for other types that are not scalar where code generation would be skipped but my class wo…
-
**Summary**
When using custom scalars, `apolloStore#readOperations` and `apolloStore#writeOperations` may throw an [IllegalStateException](https://github.com/apollographql/apollo-kotlin/blob/main/a…
glung updated
5 months ago
-
### Perceived Problem
- Currently custom scalars are supported but complicated by an interface that spans gentime and runtime.
- Recall that user must export custom scalar codecs from a TypeScri…
-
Just trying out actions and liking it a lot so far! I am running a typescript/koa backend to serve the actions and noticed you have type definitions under `typescript-zeit` so decided to incorporate t…
-
Versions
---
I am using federation 0.32.0 and gateway 0.41.0.
Expected
---
Using the same typeDefs and resolvers for a custom scalar across all subgraphs should mean any resolvers that make…
-
**Describe the bug**
When configuring custom scalars, it's not possible to have the generated types be simultaneously correct for both:
- apollo client queries
- apollo server resolvers
For …
-
### What can be improved?
Here I summarize some feedback using group constraints in calliope 0.7 with custom math and tabular data, after working with it in a use case and discussing with our colle…
jnnr updated
3 months ago
-
**Is your feature request related to a problem? Please describe.**
When using the `strictScalars` option introduced by #5699, I expect my scalars mappings to be strictly validated. However, it is o…
-
There are a few potential ideas here, which may coordinate or conflict.
First, any code that's using genqlient should be a great match for one of the libraries that does JSON via codegen rather tha…
-
**Is your feature request related to a problem? Please describe.**
Currently scalar field on input types use the same types as scalars on normal types. It would be really useful to be able to use …
hayes updated
2 years ago