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

## Description Since yoga will mostly be a wrapper around several existing libraries, I believe we're left with two ways of re-exposing the configurations: - Either we re-expose the configuration...

kind/discussion
rfc/0-needs-spec

## Motivation Provide a simple way to deploy a GraphQL Server on different services. ## Goal Support a `yoga build --target lambda` build step (or other targets) The `build --target`...

kind/discussion
rfc/0-needs-spec

# Motivation When trying to implement a GraphQL server for node.js, developers often need to make a decision about what implementation they can use (from a wide range of options...

kind/discussion
rfc/0-needs-spec

## Motivation yoga2 needs to rely on dependencies that can be common for typical graphql servers - for example `graphql` package can be imported twice. This can lead to runtime...