Egon Sale
Results
2
comments of
Egon Sale
I found a solution thanks to a colleague: ``` import fs from 'fs' const postsQuery = fs.readFileSync('./queries/posts.gql', 'utf8') ```