-
### Use case
The `DateTime` scalar is specified at https://scalars.graphql.org/andimarek/date-time
If the codegen schema contains such a scalar:
```graphql
scalar DateTime @specifiedBy(url: …
-
In Fortran it is possible to declare a procedure "elemental", meaning that though it is defined in terms of scalar arguments and return types, it can also be applied element-wise for arrays. What is p…
-
# 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…
-
Many thanks for the repo! Still baffles me URQL and Apollo haven't got something like this natively...
A bug i've noticed is that this doesn't support nested Fragment's:
e.g.
```
query myQuery {…
-
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…
-
Hello!
I've been using ClearML pipelines for training some nets and I've stumbled upon a strange behavior. Let's say I have a simple pipeline from one function step:
```python
from clearml import P…
-
This seems to be a regression of #198 as far as I can tell. It seems to be the same issue that was supposedly fixed in 5.7, however, I'm still experiencing it on 6.2
Using a custom scalar type that…
-
This is more of a feature request than a bug. Currently `string().max()` (and other length validators) count the UTF-16 length of a string rather than the number of unicode characters. The latter can …
-
### Amplify CLI Version
10.4.1
### Question
I have a file with a bunch of custom scalars
scalar Address
scalar Decimal
etc.
When I try to push the api changes I get this error
`Schema defi…
-
**Describe the bug**
When defining custom types referencing files, like
```
config: {
scalars: {
Date: "@app/dates#DateOnly",
},
```
the generated file by `near-operation…