Title
f

Fi1osof

04/28/2018, 6:58 PM
(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

nilan

04/30/2018, 2:56 PM
might be an old dependency somewhere in your dep tree
try
rm -rf node_modules
🙂