Why Is My Field Not Found?
[ERROR] Error in the project some_project
: ✖︎ The type Some_Type
has no field some_unknown_field
.​
Field name typo​
In case of a missing field in a type, the Relay compiler tries to find and suggest a field replacement. For example: Error in the project `some_project`: ✖︎ The type `UserInfo` has no field `mail`. Did you mean `email`?
Is this page useful?
Help us make the site even better by answering a few quick questions.