graphql-js
8dc29555 - fix(docs/mutations-and-input-types.mdx): root being inside of SDL (#4452)

Commit
75 days ago
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): ![image](https://github.com/user-attachments/assets/3908e84e-1c3e-43b5-8633-163ea66fdfa0) AFTER (root correctly defined outside of the schema): ![image](https://github.com/user-attachments/assets/e14d51cc-2f36-450d-aea8-384d6c6a0703)
Author
Parents
Loading