Adding multiple node fields in Graphql query which follows relay cursor specifications

Adding multiple node fields in Graphql query which follows relay cursor specifications

As per graphql cursor specification, Each connection object should have list of Edges. Each edge will have a node field.

 

Read More