graphql-resolve-batch icon indicating copy to clipboard operation
graphql-resolve-batch copied to clipboard

Relay support

Open Ponjimon opened this issue 8 years ago • 0 comments

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

Ponjimon avatar Sep 21 '17 12:09 Ponjimon