This error occurs when the type of a value you’re providing doesn’t match the expected field type defined in your schema.For example, the field age is defined as an integer in the schema but you’re providing a string.
Copy
Ask AI
QUERY addUser(someField: U32) => user <- AddN<User>({someField: someField}) RETURN user