How do you get the path to a file relative to the module which is referencing it?
GetProgram.gql is a file in the same directory as the calling module. The above doesn't work. Any ideas?
const GET_PROGRAM_QUERY = Deno.readFileSync("./GetProgram.gql");