dgs-intellij-plugin icon indicating copy to clipboard operation
dgs-intellij-plugin copied to clipboard

Support DGS-generated types for Relay pagination (@connection directive)

Open seanf opened this issue 4 years ago • 3 comments

It would be nice if the plugin could dynamically generate/understand the Connection/Edge/PageInfo types which are generated by the relay pagination feature of DGS. At present, any schema which refers to the generated Connection types shows errors, and autocomplete doesn't work when composing queries which need Connection, Edge or PageInfo types.

seanf avatar Mar 22 '22 07:03 seanf

I see, that is valid and I think will be a concern for any types that we will dynamically generate. Will fix.

srinivasankavitha avatar Mar 22 '22 16:03 srinivasankavitha

This would be awesome to have!

torbenkeller avatar Aug 21 '23 19:08 torbenkeller