Hi, I'm trying to query empty slices using GraphQuery (fetchLinks v2) in a Next.js app. However, when I query, the API throws an error:
Unable to parse fetch query Invalid fetch parsing Exception.\n\nInvalid input '}', expected NewLine (line 108, column 17):\n non-repeat {}\n ^\n\n4 rules mismatched at error location:\n
The query itself looks something like this:
`... on games_section {
non-repeat {}
repeat {}
}`
Is querying an empty slice supported and if not, can it be supported?
Thank you