-
# 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…
-
## Context
Currently, we have a few custom `Scalars` in our GraphQL schemas. The default GraphQL schemas correctly include the description (Boolean, Float, ID, etc) in our documentation on rafiki.dev…
-
Looks like GraphQL supports more scalars then `FSharp.Data.GraphQL`
https://graphql-dotnet.github.io/docs/getting-started/schema-types#scalars
Or they just did that in C# implementation?
-
You've missed in your example to install explicitly theses dependencies.
Please run:
```
npm install --save graphql type-graphql @apollo/server @apollo/datasource-rest graphql-ws graphql-scal…
-
DX proposal:
```ts
{
// ...
scalars: "graphql-scalars#clientTypes"
// ...
}
```
> Map to the primitive (serialized) value, always, and not use the GraphQLScalar or anything from gra…
-
### Version Information
Server Version: 2.6.0
CLI Version (for CLI related issue): 2.6.0
### Environment
OSS
### What is the expected behaviour?
File `metadata/actions.graphql` should …
-
### Issue workflow progress
_Progress of the issue based on the
[Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_
- [ ] …
-
The [graphql-scalars](https://www.npmjs.com/package/graphql-scalars) package makes available a number of common scalars and includes validation.
We should consider adding any relevant scalar type d…
-
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…
-
It's desirable to represent an ID on the server as a `bigint` instead of a `number`.
Currently, the ID scalar type supports serializing `number` to `string`, but not `bigint`.
I'd like to see su…