``` (node:26108) UnhandledPromiseRejectionWarning:...
# orm-help
f
Copy code
(node:26108) UnhandledPromiseRejectionWarning: GraphQLError: Syntax Error GraphQL request (82:1) Unexpected String

81: 
82: """
    ^
83: An object with an ID
🙂
Who know why graphql-tools (or else) ceased to understand the comments?
Seems like not comments, but else
n
might be an old dependency somewhere in your dep tree
try
rm -rf node_modules
🙂