calebmer / graphql-resolve-batch

A GraphQL batching model which groups execution by GraphQL fields.
MIT License
267 stars 12 forks source link

Relay support #4

Open Ponjimon opened 7 years ago

Ponjimon commented 7 years ago

Can I somehow make this work with Relay? Currently, it requires an array to be returned, but the Relay spec returns an Object like

{
edges: []
}

I need to convert it with connectionFromArray