-
### 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 …
-
**Is your feature request related to a problem? Please describe.**
I am stitching together several graphql sources. They define custom scalar types, and I would like to be able to tell the codegen …
-
There is this notion of "internal types" in the graphql spec: They are mentioned the first time in "Result Coercion" section of [Scalars](https://graphql.github.io/graphql-spec/draft/#sec-Scalars).
…
-
This issue is to track a set of goals for type safety in TypeScript. In experiments, I have confirmed that all of these should be possible. While the increased verboseness has some ergonomic cost, the…
-
I tried to load a generated schema and graphql-faker failed with:
```bash
> npx graphql-faker my_schema.gql
Your schema constains 2 validation errors:
Unknown directive "specifiedBy".
my_sc…
-
# Problem
Default scalars don't provide specific validation or convey the meaning for certain fields.
## Overview
WPGraphQL currently provides the following Scalars, based on the default Scala…
-
**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
4 months ago
-
### Describe the feature you'd like to request
```ts
new AmplifyGraphqlApi(this, "Api", {
definition: ,
//There should be a feature like this
codegenTypesOut:
//
a…
-
I am using https://www.graphql-code-generator.com/ to generate types from graphql schemas.
I am generating json schemas from those types, but fields that are nullable does not come out as nullable.
…
-
**Describe the bug**
When defining custom types referencing files, like
```
config: {
scalars: {
Date: "@app/dates#DateOnly",
},
```
the generated file by `near-operation…