graphql-framework-experiment
graphql-framework-experiment copied to clipboard
connectionPlugin - totalCount: "Cannot return null for non-nullable field GroupConnection.totalCount.",
I use the connectionPlugin following your documentation:

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.
I also got that error.