Bizarre Cannot query field "settings" on type "...".
error
#652
Labels
good first issue
Good for newcomers
Cannot query field "settings" on type "...".
error
#652
Turns out you cannot query for field starting with
set
when function is declared like this:You get
Cannot query field "settings" on type "...".
error.Same applies for fields starting with
get
.function getawayId()
ends up in field fieldawayId
.Obviously there is flaw in how the function names are parsed to match the query fields. Maybe the camel case could be taken into consideration
The text was updated successfully, but these errors were encountered: