graphql-resolve-batch
graphql-resolve-batch copied to clipboard
Relay support
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