Currently the core User type in the Schema doesn't include the user meta that is used by core, such as the fields here: https://github.com/WordPress/WordPress/blob/5c291d49de756db1dbfddfe3fd69709595800622/wp-includes/author-template.php#L116-L186
The User Type should include these core fields by default and support them in queries and createUser and updateUser mutations.
Currently the core User type in the Schema doesn't include the user meta that is used by core, such as the fields here: https://github.com/WordPress/WordPress/blob/5c291d49de756db1dbfddfe3fd69709595800622/wp-includes/author-template.php#L116-L186
The User Type should include these core fields by default and support them in queries and
createUserandupdateUsermutations.