group
in graphql broken with nested types?
#33183
Unanswered
runemadsen
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following types defined in Gatsby:
This is all set up and working nicely when I query data like this:
However, when I try to use the
group
keyword in GraphQL, it returns a really weird response:In other words, it seems to be adding all the titles together instead of counting them separately. If I just count the track titles, everything works perfectly.
Can anyone help with this?
Beta Was this translation helpful? Give feedback.
All reactions