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

GraphQL SDL provides a very convenient way to define your GraphQL schema – especially when starting out with a new project. I think it could be interesting for Yoga to...

kind/feature
rfc/0-needs-spec

# Describe Integrate an easy solution for uploading files that is build into this framework!

Add unit tests for basic commands. For example if `yoga dev` will just execute all commands without launching server yoga dev will be able to build integration tests in CircleCi...

## Description A common library to handle authorization is [graphql-shield](https://github.com/maticzav/graphql-shield). Although initially designed for "SDL-first" development, it is already compatible with `nexus` using `graphql-middleware`. Three options are offered to us:...

kind/feature
rfc/0-needs-spec

## Description Yoga could provide integrated helpers or best practices to handle authentication. [Passport.js](https://medium.com/@mjw56/graphql-authentication-with-passport-d75c08d5fbdc) seems like a great choice because of its number of supported services/authentication strategies. Whether we use...

kind/feature
rfc/0-needs-spec

## Description `nexus` makes it sometimes hard to reason about the relations in your GraphQL schema. To fix that problem, we could generate comments on top of your `objectType` and...

kind/feature
status/on-hold

## Description We should create/think about useful/concrete examples to onboard new people more easily. ## Ideas - Authentication & Authorization example - ...

kind/discussion
rfc/0-needs-spec

## Description In order to remove friction in the development workflow, we could introduce a way to execute commands without having to kill the yoga process, run the command, and...

rfc/1-draft
kind/feature

**Is your feature request related to a problem? Please describe.** I have to deploy my entire GraphQL server to a single lambda. **Describe the solution you'd like** I want to...

kind/discussion
rfc/0-needs-spec