fix(docs/mutations-and-input-types.mdx): root being inside of SDL (#4452)
The example shows graphql implementation, where the "root" is by mistake
put as string as part of the schema definition instead being a native js
const
BEFORE (root is undefined and wongly put into the schema itself):

AFTER (root correctly defined outside of the schema):
