Skip to content

Instantly share code, notes, and snippets.

@nathanclevenger
Last active August 28, 2022 15:10
Show Gist options
  • Save nathanclevenger/84beba95b58d52c4699005f8b692d439 to your computer and use it in GitHub Desktop.
Save nathanclevenger/84beba95b58d52c4699005f8b692d439 to your computer and use it in GitHub Desktop.
hello
// import graphdl from 'https://pkg.do/graphdl@1.0.0'
export default {
fetch: (req, env, ctx) => {
return new Response(JSON.stringify({hello: 123}, { headers: { 'content-type': 'application/json' }})
}
}
@nathanclevenger
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment