I’m getting the following error:
type error [M0030], type field file1ID does not exist in type
{
date : Text;
emailOne : Text;
emailThree : Text;
emailTwo : Text;
entryTitle : Text;
file1ID : Text;
file2ID : Text;
location : Text;
lockTime : Int;
sent : Bool;
text : Text;
unlockTime : Int
}
but this error seems to be a false reading because the field file1ID
is indeed defined and included in the object type as you can see in the error message. I’ve tried restarting my machine and had no luck. does anyone know why this error message would be displaying?