Skip to content

Instantly share code, notes, and snippets.

@VictorKabata
Last active October 29, 2022 13:56
Show Gist options
  • Save VictorKabata/fd3b0a8f021fa04854bdc5542b90c64e to your computer and use it in GitHub Desktop.
Save VictorKabata/fd3b0a8f021fa04854bdc5542b90c64e to your computer and use it in GitHub Desktop.
schemaConfig := graphql.SchemaConfig{Query: graphql.NewObject(rootQuery)}
schema, err := graphql.NewSchema(schemaConfig)
if err != nil {
log.Fatalf("Failed to create graphql schema: %v", err)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment