-
### Which packages are impacted by your issue?
_No response_
### Describe the bug
There's an issue on the website with the generated config schema for properties with a non-primitive type, definiti…
-
I have some custom scalars I got from the [Urigo/graphql-scalars](https://github.com/Urigo/graphql-scalars) library. These scalars, by default, have `unknown` typing as their input and output value wh…
-
Add native file uploads support
`strawberry` example - https://strawberry.rocks/docs/guides/file-upload
`strawberry` scalar for file upload - https://github.com/strawberry-graphql/strawberry/blob/…
-
### Link to reproduction
_No response_
### Describe the Bug
A newly scaffolded payload app will not start due to conflicting internal references to `graphql` pacakges. The fill error message is co…
-
### Which packages are impacted by your issue?
_No response_
### Describe the bug
Given a schema like
```graphql
type Query {
example(arg: ID @deprecated): ID
}
type Foo {
e…
mikew updated
3 months ago
-
### Discussed in https://github.com/dotansimha/graphql-code-generator/discussions/8191
Originally posted by **markedwards** August 5, 2022
I have the following codegen.yml:
```
overwrite: t…
-
Hi,
I have such simple Prisma shema **(I set omitModelsCount=true)**
```
generator client {
provider = "prisma-client-js"
previewFeatures = ["postgresqlExtensions"]
}
generator nes…
-
**Describe the bug**
Enum is being treated as `string` in typescript mongodb plugin
**To Reproduce**
Steps to reproduce the behavior:
1. Create a simple **@entity** with a **@column** with enum…
-
# 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…
-
Given the following directive in a schema:
```graphql
scalar JSON
"Custom Annotation"
directive @annotate(
name: String!
inputs: JSON
) repeatable on OBJECT | FIELD_DEFINITION | INPUT_OBJ…