graphql-framework-experiment icon indicating copy to clipboard operation
graphql-framework-experiment copied to clipboard

connectionPlugin - totalCount: "Cannot return null for non-nullable field GroupConnection.totalCount.",

Open jlramosr opened this issue 5 years ago • 1 comments

I use the connectionPlugin following your documentation:

code1 code2

When I execute the query groups with totalCount I get the next response:

"message": "Cannot return null for non-nullable field GroupConnection.totalCount.",

and the console.log never executes. What am I doing bad?

Thanks in advance.

jlramosr avatar May 27 '20 15:05 jlramosr

I also got that error.

sondh5 avatar Oct 12 '20 04:10 sondh5