Skip to content

Instantly share code, notes, and snippets.

@VictorKabata
Created October 29, 2022 13:53
Show Gist options
  • Save VictorKabata/9388d6a7103732fd2cfb400f9d5d5740 to your computer and use it in GitHub Desktop.
Save VictorKabata/9388d6a7103732fd2cfb400f9d5d5740 to your computer and use it in GitHub Desktop.
handler := handler.New(&handler.Config{
Schema: &schema,
Pretty: true,
GraphiQL: false,
})
http.Handle("/graphql", handler)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment