-
I do not get the grapheql page after starting the server with this code: import { serve } from 'https://deno.land/[email protected]/http/server.ts'
import { createServer } from 'https://cdn.skypack.dev/@graphql-yoga/common'
const graphQLServer = createServer({
graphiql: {
defaultQuery: /* GraphQL */ `
query {
hello
}
`,
},
})
serve(graphQLServer, {
addr: ':4000',
})
console.log('Server is running on http://localhost:4000/graphql') When I access the url at |
Beta Was this translation helpful? Give feedback.
Answered by
n1ru4l
Aug 31, 2022
Replies: 1 comment
-
This has been resolved via #1667 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
n1ru4l
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This has been resolved via #1667