-
### 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)_
- […
-
Running `npm run dev` gives this output:
```console
✔ Load GraphQL schemas
✔ Load GraphQL documents
✖ GraphQL Document Validation failed with 9 errors;
Error 0: Unknown type "Gov…
-
originally reported as: https://github.com/dotansimha/graphql-code-generator/issues/10170
### Which packages are impacted by your issue?
@graphql-codegen/near-operation-file-preset
### Descri…
-
**Is your feature request related to a problem? Please describe.**
For AppSync GraphQL API backed by DynamoDB, it can be useful and potentially more performant to allow sets (e.g. string set) for fie…
iyz91 updated
2 weeks ago
-
**Is your feature request related to a problem? Please describe.**
Often graphql schema's are split in multiple files.
**Describe the solution you'd like**
Allow to specify the schema using a…
-
**Is your feature request related to a problem? Please describe.**
Would love access to opportunity to use pylon in a way that still allows me native control of the underlying http server.
```ts
co…
-
-
# Step 1/4 - The mutation setup
### Estimated time: 1 hour
On this track, you're going to develop a mutation to create users on database. Let's start with baby steps, by creating the mutation prototy…
-
**Schema database**
![My Remote Image](https://res.cloudinary.com/tinner/image/upload/v1691993491/database-schema_ll75a8.png)
**GraphQL schema**
```graphql
input SignInInput {
email: String!
…
-
### Describe the bug
```
// Next.js Custom Route Handler: https://nextjs.org/docs/app/building-your-application/routing/router-handlers
import { createSchema, createYoga } from 'graphql-yoga'
impo…