yoga2 icon indicating copy to clipboard operation
yoga2 copied to clipboard

A lightweight 'Ruby on Rails'-like framework for GraphQL

Results 54 yoga2 issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [nexus](https://nexus.js.org/) ([source](https://togithub.com/prisma/nexus)) | dependencies | patch | [`0.11.6` -> `0.11.7`](https://renovatebot.com/diffs/npm/nexus/0.11.6/0.11.7) | --- ###...

Does anyone have experence deploying `Yoga 2` to `Now V2`. I have been trying on and off for a week now with no avail. Below is my `now.json` ``` {...

When you're working in a team, it's really good to have a common practice. What's is the best practices/patterns for Yoga2 or GraphQL Nexus for that matter, everything in programming...

**Describe the bug** Live reload doesn't work on Windows after running the server. I need to restart the server manually each time I do changes. **Versions (please complete the following...

**Is your feature request related to a problem? Please describe.** https://github.com/prisma/yoga2/issues/18 is a great start. Certainly removes a lot of the pain creating all those files and types yourself. The...

## Motivation I see 4 ways to test a GraphQL API with Yoga: - Using [graphql-tools](https://www.apollographql.com/docs/graphql-tools/mocking.html) (not possible without ejecting atm because we do not expose the `GraphQLSchema` object) -...

status/research-needed
kind/feature

@Weakky Similar to vue.js when you first scaffold a project you're given the option to include test files. In my company we write a lot of tests(unit-tests). Having something like...

#33 Waiting for https://github.com/Microsoft/TypeScript/issues/30191 to be solved

## Description There are two types of middleware that should be easily definable with Yoga: - "HTTP" middleware: most probably `express` middlewares - GraphQL middleware: a function to be run...

kind/feature
rfc/0-needs-spec

I have mixed opinion about having `src` folder because `next` omits that all together as well and it seems genuinely clearer for a framework with a fixed structure. I don't...

kind/feature
rfc/0-needs-spec