-
If all schemas in `allOf` are specified via ref, then lib creates correct response types in SDK
OpenApi doc:
```
"allOf": [
{
"$ref": "#/components/schemas/Schema1"
},
{
…
-
## What are backing types?
Backing types represent the typescript types used to define the `root` of a resolver.
## Motivation
TBD
## Proposal
TBD
-
We have consolidated the issues in this epic to an organized notion table. [It is public](https://www.notion.so/prismaio/Nexus-Traps-Friction-Audit-76b56332c78445ef90cd7c582b090edc).
- [ ] https://…
-
We should consider adding [Sanity TypeGen](https://www.sanity.io/docs/sanity-typegen) to generate TypeScript types based on the Sanity schema. This is instead of manually defining the types, e.g., bas…
-
Sometimes operationIds aren't very helpful, or completely missing.
Let's provide useful aliases for those cases. Some examples:
`GET /pets` -> `getPets`
`GET /pets/{id}` -> `getPetsById`
`POST…
-
I think the Nexus defaults for typegen should be more helpful. I propose the following:
1. Enabled by default when NOT production
2. Output to `node_modules/@types/typegen-nexus/index.d.ts`
We …
-
Hi,
In my team, on the server-side, we're loving this nexus schema thing.
We're using nexus all over our project resolvers, and we are founding some gaps to fill, and I thought it would be fun …
-
**Bug**
![Screenshot 2024-05-26 at 7 13 07 PM](https://github.com/sanity-io/orderable-document-list/assets/20543631/46aa3df5-8e0d-4081-a024-4510a1fa04f9)
```
7:05:36 PM [vite] Internal server error…
-
Hi, thank you for this nice package!
## Optimization Request
I'd like to discuss the possibility of automatically upgrading packages using a Github Actions (GHA) integration like Mend Renovate. Pe…
-
I think Nexus's `mutationField`/`queryField` create a simple, intuitive, and clean way to have a modular schema. I would love to see them made available through `graphql-santa`.