-
-
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…
-
# Issue summary
Before opening this issue, I have:
- [x] Upgraded to the latest version of the relevant packages
- **`@shopify/*` package and version:**
- `@shopify/api-codegen-preset@1…
-
Awesome project!
I have a `UUID` scalar in my graphql schema and `someMutation` expects `[UUID!]!` as an input. But when I call the following query:
```ts
await gqlSdk('mutation', { scalars })(…
-
I've been trying to use the `graphql-iso-date` package with `graphql-s2s` for `DateTime` formatting on types and get this error:
`TypeError: Cannot read property 'directive' of null`
Is this a kn…
-
Is it possible to use the custom scalar dashboard to aggregate over the currently selected runs? For example, I'd like to show the mean with a shaded standard deviation of the test accuracy. If this i…
-
In the attached model, ``mapdl.mesh`` and ``mapdl.mesh.grid`` give different results:
```py
In [68]: mapdl.mesh.grid
Out[68]:
UnstructuredGrid (0x2a900402f40)
N Cells: 7360
N Point…
-
### Use case
Using data builders when having custom scalars requires a custom `FakeResolver` that implements `resolveLeaf` for those custom scalars if you want those scalars to be generated instead o…
-
#### Perceived Problem
Currently it's unclear on how to provide types and parsers for custom gql scalars for generation step. There is a [docs for client](https://graffle.js.org/examples/custom-sca…
-
Instead of adding scalars after creating a schema builder using `builder.addScalarType`, I would like to be able to give `SchemaBuilder` an object with scalars.
This would set up like the following…