-
I have some trouble with custom scalars that are only used in input types. I used the [https://github.com/graphql-java-kickstart/graphql-java-tools/tree/master/example](example from this repository) …
-
As the first step to #2083, let's create STMO dashboards for all probe types that we support in GLAM. Once we have that available, we can link to them from the View SQL pop up window. This list includ…
-
In terms of using custom scalars by URL, we have support now for `specifiedBy` directive!
Now users can host common scalar definitions, etc.
Any tickets you see that ask about using some custom…
-
I was able to find out about attributes in the code [here](https://github.com/graphql-rust/graphql-client/blob/45faf4a81825425829a6c5ab004e5b621a3c2b35/graphql_query_derive/src/lib.rs#L62), but found …
-
There should be an option to add custom Scalars to the Tables which will validate the backend while a mutation is called.
For example, I have a `user` table that has `email`.
| user_id |…
-
### 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…
-
**Is your feature request related to a problem? Please describe.**
I'd like to define some scalars that are for example positive integers limited to values between 0 to 6 (for a weekday index).
…
-
There were some breaking changes in `4.0.0` that make the interface incompatible, at least type-wise.
Works:
Doesn’t work:
Error:
```
Type 'import("/node_modules/@urql/core/dist/urql-c…
-
**Describe the bug**
When generate separated files for fragments, added
import * as Types from './types';
in any case, ever Types does not using.
Generated code:
```ts
# Never use cau…
-
**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…