Alvin Khaled
07/28/2020, 9:25 PMRyan
07/29/2020, 9:48 AMt.connection
) and it can easily be enabled in Nexus Schema. Unfortunately there’s no a proper GraphQL relay example for this.Alvin Khaled
07/29/2020, 3:43 PMt.connection
for queries, but can t.connection
be used for mutations? I'm trying to create mutations the return edges (for connections) as used in examples here and here.
Also, can I configure prisma to use global IDs (I can provide the transformation functions) when it auto generates schema?Ryan
07/30/2020, 7:56 AMschema.prisma
as they would also fall into Global ID’s?Alvin Khaled
08/03/2020, 8:42 PMRyan
08/04/2020, 6:38 AMAlvin Khaled
08/04/2020, 8:21 PMnode
interface for relay)