Created
October 29, 2022 13:53
-
-
Save VictorKabata/9388d6a7103732fd2cfb400f9d5d5740 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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